centrifugal / centrifuge-dart

Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket
https://pub.dartlang.org/packages/centrifuge
MIT License
102 stars 29 forks source link

Message recovery #43

Closed rexfordnyrk closed 1 year ago

rexfordnyrk commented 3 years ago

please i'd like to know if message recovery mechanism functionality is working with this client. and if not what would it take to get that working?

FZambia commented 3 years ago

@rexfordnyrk hello, see https://github.com/centrifugal/centrifuge-dart#feature-matrix - recovery not supported yet. In general to add support for it we need to sth like this but here.

FZambia commented 1 year ago

Supported in https://github.com/centrifugal/centrifuge-dart/releases/tag/v0.9.0