channel_sender_client 3.2.0
channel_sender_client: ^3.2.0 copied to clipboard
A Dart client for sending and receiving real-time events using WebSocket or SSE over Async DataFlow channels.
CHANGELOG #
3.2.0 #
- Add deduplication support for ws.
3.1.1 #
- Update dart sdk to
>= 3.8.0
3.1.0 #
- Add connectivity awareness.
- Add EventHandler interface.
3.0.0-beta.3 #
- Downgrade SDK requirement
3.0.0-beta #
- Support SSE protocol
2.0.4 #
- Fix overflow of exp Backoff
2.0.3 #
- Fix reconnection with heartbeats issue
- Improve logs
- Refactor
2.0.2 #
- Fix reconnection
- Refactor
2.0.1 #
- Null safety
- Refactor