centrifugal / centrifuge-swift

Swift client SDK for bidirectional real-time communication with Centrifugo and Centrifuge-based server over WebSocket
MIT License
47 stars 41 forks source link

Access status of client? #27

Open danqing opened 4 years ago

danqing commented 4 years ago

Is there a way to know the current status of the client? I understand that there's connect/disconnect events, but if I want to know the status of the client at any time I have to keep track of the events myself. Would be great if something like status can be exposed for public (get) access.