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
113 stars 34 forks source link

Provide token on connect request #63

Closed SimonVillage closed 2 years ago

SimonVillage commented 2 years ago

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

FZambia commented 2 years ago

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