centrifuge 0.3.0
centrifuge: ^0.3.0 copied to clipboard
Dart client to communicate with Centrifuge and Centrifugo from Flutter and VM over dart:io WebSocket
0.3.0 #
- Breaking changes Changed API to avoid returning futures where they do not make sense – in
connectandsubscribemethods. - Client now uses Websocket Ping/Pong frames to find broken connection
- Support for private channel subscription using
onPrivateSubconfiguration callback function - Fix several null pointer dereferences in edge cases, throw
ClientDisconnectedErrorwhen there is an attempt to send protocol request over non-connected client. - Fix examples where subscribe could happen before stream handlers set
0.2.0 #
- Breaking changes Replaced subscribe method with getSubscription in Client.
- Added reconnection.
- Added history method to Subscription. Thanks vanelizarov.
- Added rpc method.
0.1.0 #
- Added authorization with JWT
- Added subscription to private channel with JWT
0.0.1 #
- Initial release