Skip to content

v3.6.0

Compare
Choose a tag to compare
@lugehorsam lugehorsam released this 07 Feb 13:44
· 42 commits to master since this release
7ea2158

Added

  • Satori: Adds the Satori .NET SDK. Satori is our liveops server for game studios. Read more about it in the documentation.
  • Nakama: Adds support for calling RPCs with a HTTP key via POST when a payload is provided.
  • Nakama: Expose the Logger object on IClient.
  • Nakama: Adds support for POST RPC requests when using HTTP key with a payload

Fixed

  • Nakama: Prevent race condition when Close is called while receive loop has an incomplete read buffer.
  • Nakama: Fixed an issue where 500 errors could cause parsing issues on the client.
  • Nakama: Added ability to specify path parameter to client urls.

Changed

  • Nakama: Fixed an issue where our websocket would throw an exception on CloseAsync() in certain situations.