pubnub / rust

PubNub Rust SDK.
Other
28 stars 8 forks source link

Subscribe EE works with presence EE #170

Closed parfeon closed 10 months ago

parfeon commented 10 months ago

feat(event_engine): subscribe EE works with presence EE

On subscription changes and restore, the subscribe event engine should inform the presence event engine about such events so user_id presence will be properly updated.

feat(subscribe): add missing disconnect and reconnect methods

Add method which lets users temporarily stop real-time updates processing and restore when it will be needed.