version: 0.1.6b
features:
-
add crossdomain port param on init function. (Default is 3843)
-
fix message id on decode and encode from pomelo 7.x
================
version: 0.1.5b
features:
-
add [Event] metadata for how to know events
-
add kicked event when server disconnect client
================
version: 0.1.4b
features:
- merge some changes from @iggyZiggy, it`s about developers can use weak or not.
================
version: 0.1.3b
features:
- add beat function, now if call this, client will send heartbeat to server
================
version: 0.1.2b
features:
-
implement heartbeat from server, now client will echo server
-
add timeout checking as connecting
bugs:
-
fix decoding when length of pkg is 0, the body just create a empty ByteArray
-
fix and improve instance of socket by using
================
version: 0.1.1b
features:
-
add Security to check 3843 of port
-
add support for root message of protobuf
================
version: 0.1.0b
features:
-
refactor project for improving
-
change decoding for fixing a bug which sometimes can`t be read linked package
-
add a getIns() static function for single model
================
version: 0.0.5a
features:
- support pomelo new protocol model (v0.4.x)
================
version: 0.0.4a
features:
- support client port of protobuf (client encode and server decode)
================
version: 0.0.3a
features:
-
support routeDict
-
support server port of protobuf (server encode and client decode)
================
version: 0.0.2a
features:
-
add a test about how to support gate server (as lordofpomelo)
-
clean code
================