async_cable 1.1.2
async_cable: ^1.1.2 copied to clipboard
Async/stream-oriented implementation of the Rails ActionCable protocol for Dart & Flutter.
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 isConnectionClosed on AsyncCableChannel (matching isClosed on AsyncCableConnection).
1.0.0 #
- Initial version.