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

How can I get clientInfo from The LeaveEvent and JoinEvent etc, Because I want get the ClientInfo.connInfo and chanInfo. #83

Closed hetao29 closed 5 months ago

hetao29 commented 6 months ago

Hi, I wan get the connInfo and chanInfo from the LeaveEvent and JoinEvent etc, But I cannot simply get it, Help me. THANKS.

FZambia commented 6 months ago

Hello, looks like these two are missing at this moment - need to add. Will try to do it very soon, if you decide to send PR before that - please let me know here.

hetao29 commented 6 months ago

thanks @FZambia very much, my application upgrade the version from v2 to v5, It used by flutter app, weichat miniprogram(it use the raw websocket ,and the doc here https://developers.weixin.qq.com/miniprogram/dev/api/network/websocket/wx.connectSocket.html) and web app.

FZambia commented 5 months ago

Released with https://github.com/centrifugal/centrifuge-dart/releases/tag/v0.14.0, thanks @hetao29