You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
server-side subscriptions support
get rid of Protobuf protocol struct Publication and ClientInfo aliases – use library scope structures instead
change return values of RPC, NamedRPC, History, Presence, PresenceStats, Publish methods to be more meaningful and extensible
much faster resubscribe to many subscriptions (previously we waited for each individual subscription response before moving further, now process is asynchronous)
improved reconnect logic
Client and Subscription status refactoring
fix inconsistent join/subscribe event ordering – now both processed in order coming from server