Releases: nxrighthere/ValveSockets-CSharp
Releases · nxrighthere/ValveSockets-CSharp
1.2.0
- Added
NetworkingUtils.SetStatusCallback()function - Changed
StatusCallbackdelegate signature - Replaced
NetworkingSockets.DispatchCallback()withNetworkingSockets.RunCallbacks()function
This release is intended for 1.2.0 version of the native library
1.1.0-F3
- Fixed alignment of the configuration data string
- Fixed typo in
SetConfigurationValue()function
This release is intended for 1.1.0 version of the native library
1.1.0-F2
- Removed check of range for the reason code, debug callback indicates if the code is out of acceptable range
This release is intended for 1.1.0 version of the native library
1.1.0-F1
- Fixed incorrect
StatusCallbacksignature - Improved exceptions
This release is intended for 1.1.0 version of the native library
1.1.0
- Added
Configurationstructure with appropriate functionality - Added
PollGroupfunctionality - Added
Address.Equals()function - Added
NetworkingSockets.GetIdentity()function - Replaced
ReceiveMessagesOnListenSocket()function withReceiveMessagesOnPollGroup() - Renamed
SendTypeenumeration toSendFlags - Removed
NetworkingIdentity.EqualsTo()function - Minor improvements
This release is intended for 1.1.0 version of the native library
1.0.0
Initial release for 1.0.0 version of the native library