Skip to content

Releases: andeya/erpc

tp v2.5

15 Nov 11:40
Compare
Choose a tag to compare
  1. Fix session.SetId method bug
  2. Fix socket protocol bug
  3. Add ‘read limit’ feature, support setting the size of the reading packet (if exceed disconnect it)
  4. Add packet sequence to log
  5. Update plugin
  6. If the packet's type is unsupported, disconnected it
  7. Update ‘PullCmd’, add ‘Result’ method
  8. Optimize context’s ‘bind’ and ‘handle’ method

tp v2.4

10 Nov 12:38
Compare
Choose a tag to compare

Support custom communication protocol

tp v2.3

10 Nov 12:35
Compare
Choose a tag to compare

Some optimization

tp v2.2

04 Nov 04:03
Compare
Choose a tag to compare
  1. Update graceful shutdown and rebooting function;
  2. Control the memory usage of concurrent goroutine;
  3. Upgrade plugin, unified return tp.Xerror type.

Version 2.1

23 Sep 13:00
Compare
Choose a tag to compare

Fixed some bugs and optimize codes to improve stability.

Version 2.0

27 Aug 09:25
Compare
Choose a tag to compare

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.

v1.0.0

24 Dec 08:40
Compare
Choose a tag to compare
Update README.md