Skip to content

v3.11.0

Compare
Choose a tag to compare
@lugehorsam lugehorsam released this 08 Mar 14:07
· 11 commits to master since this release
9a5d17f

Added

  • Nakama: New IClient event called ReceivedSessionUpdated when session expires and is refreshed.
  • Nakama: New Session.Update method to allow for in-place updates to the session object.

Changed

  • Nakama: IsConnected and IsConnecting will now read directly from the underlying .NET socket status. This will allow application code to more quickly and easily detect connectivity loss arising from a lack of internet access.
  • Nakama: Default socket adapter changed from WebSocketAdapter to WebSocketStdlibAdapter. This was done to utilize the native .NET Websocket library for improved stability and maintenance.

Fixed

  • Nakama: Trying to connect a socket that is already connecting now results in a no-op instead of an error.