Skip to content

v4.7.0

Compare
Choose a tag to compare
@sierpinskid sierpinskid released this 27 Jun 12:33
· 144 commits to develop since this release
f7c138a

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)