Added
- Satori: Adds the Satori .NET SDK. Satori is our liveops server for game studios. Please read more about it on the Heroic Labs website.
- Nakama: Adds support for calling RPCs with a HTTP key via POST when a payload is provided.
- Nakama: Expose the
Loggerobject onIClient. - Nakama: Adds support for POST RPC requests when using HTTP key with a payload
Fixed
- Nakama: Prevent race condition when
Closeis 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
pathparameter to client urls. - Fixed multiple race conditions that could occur when Unity web requests were cancelled.
Changed
- Nakama: Fixed an issue where our websocket would throw an exception on
CloseAsync()in certain situations.