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.
Fixes:
Fix the IStreamChannel instance provided by an event not triggering its own events (the channel was not being watched if it was only returned via event) (#149)
Fix client events: IStreamChatClient.AddedToChannelAsMember, IStreamChatClient.RemovedFromChannelAsMember, IStreamChatClient.ChannelInviteReceived, IStreamChatClient.ChannelInviteAccepted, IStreamChatClient.ChannelInviteRejected not being executed on the main thread (#151)
Fix the client not reconnecting immediately after losing network connection when the network is available again (#153)
Fix internal WebSocket client sometimes getting stuck in the Connecting state on Android when the network was not available (#154)
Features:
Add state recovery after the disconnected period - once the client reconnects, it will fetch any missed events (like new messages, etc.) from the server and reconstruct the missed state (#152)