centrifugal / centrifuge-dart

Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket

Home Page:https://pub.dartlang.org/packages/centrifuge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hetao29 opened this issue · comments

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

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.

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.