SteamKit 1.6.2
Netshroud
released this
16 Dec 10:43
·
2251 commits
to master
since this release
- Fixed a crash when receiving a
ServiceMethod
message. - Fixed
ServiceMethodCallback.RpcName
having a leading '.' character (e.g. '.MethodName' instead of 'MethodName). - Fixed web responses in
CDNClient
not being closed, which could lead to running out of system resources. - Added error handling for
ClientMsgHandler
. Any unhandled exceptions will be logged toDebugLog
and triggerSteamClient
to disconnect. - Updated
EMsg
list. - Updated Steam protobufs.
- Updated game-related GC messages and protobufs.