Releases: andeya/erpc
Releases · andeya/erpc
tp v2.5
- Fix session.SetId method bug
- Fix socket protocol bug
- Add ‘read limit’ feature, support setting the size of the reading packet (if exceed disconnect it)
- Add packet sequence to log
- Update plugin
- If the packet's type is unsupported, disconnected it
- Update ‘PullCmd’, add ‘Result’ method
- Optimize context’s ‘bind’ and ‘handle’ method
tp v2.4
tp v2.3
tp v2.2
Version 2.1
Fixed some bugs and optimize codes to improve stability.
Version 2.0
Teleport beta 2.0 implements a new Golang TCP Socket framework, which is generic, efficient and flexible!
Can be used for Peer-Peer peer communication, RPC, long connection gateway, micro service, push service, game service and other fields.