Releases: youngmonkeys/ezyfox-server-csharp-client
Releases · youngmonkeys/ezyfox-server-csharp-client
Release version 1.0.6
- Add network statistics
Release version 1.0.5
- Add binding: mapping
EzyArray
andEzyObject
to C# object
Release version 1.0.4
- Fix
EzyObject.clone
,EzyArray.clone
issue when value is not clonable - Fix
EzyObject
,EzyArray
get data issue: get integer from double, get double from integer - Fix
EzyObject.toDict
,EzyArray.toArray
issue when Object contains array and Array contains Object - Fix
EzyObject.put
,EzyArray.add
issue when input is List or Dictionary - Remove unused
BouncyCastle.Crypto.dll
Release version v1.0.3
- Fix bug: client did not disconnect when lost internet
Release version 1.0.2
fix bug: deserialize sbyte and short
Release version 1.0.1
Update
- EzyDisconnectionHandler:
- remove
control
method - add
onReconnecting
andonDisconnected
methods
- EzyConnectionFailureHandler:
- remove
control
method - add
onReconnecting
andonConnectionFailed
methods
Release version 1.0.0
v1.0.0 update README