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

Provide token on connect request #63

Closed SimonVillage closed 1 year ago

SimonVillage commented 1 year ago

The token wasn't provided as _config.token was never accessed / reassigned.

FZambia commented 1 year ago

@SimonHausdorf thanks for sending PR, CI failure is expected and I'll fix it later today and will merge your fix.