v2.2.1 Release Notes
Install this version with Unity's Package Manager using the following URL (step-by-step instructions):
https://github.com/RiptideNetworking/Riptide.git?path=/Packages/Core#2.2.1
It can also be installed a number of other ways for use outside of Unity, including as a NuGet package.
For a full list of source code changes, check out the version comparison on GitHub.
Fixes
- Fixed
Stop
not usingCreate
to send the disconnect message (PR #158). - Fixed unhandled
SocketException
when receiving data (PR #164). - Fixed
TimeoutTime
resulting in a null exception if set before starting a connection (PR #168). - Fixed
Reject
not closing the connection correctly (PR #171).