async_cable 1.2.2
async_cable: ^1.2.2 copied to clipboard
Async/stream-oriented implementation of the Rails ActionCable protocol for Dart & Flutter.
1.2.2 #
- Early-return from
close()if already closed.
1.2.1 #
- Complete the
connectedfuture with aAsyncCableClientClosedConnectionerror ifclose()is called.
1.2.0 #
- Emit
AsyncCableClientClosedConnectioninstead ofStateErrorfrom subscription futures ifclose()is called. - Fix
Futureerror when callingclose()twice.
1.1.4 #
- Error class
toString()improvements.
1.1.3 #
- Defer cancelling the stream subscription to workaround race in
SecureSocket.
1.1.2 #
- Synchronously convert the stream controller into channels to avoid the possibility of missing a channel message received on the websocket straight after the
confirm_subscription.
1.1.1 #
- Don't try to send unsubscribe messages if the channel is already closed.
1.1.0 #
- Add
isConnectionClosedonAsyncCableChannel(matchingisClosedonAsyncCableConnection).
1.0.0 #
- Initial version.