Skip to content

Releases: lesismal/arpc

v1.2.6

08 Mar 06:20
Compare
Choose a tag to compare

async call OnConnected during recv loop init

v1.2.5

26 Jan 04:55
Compare
Choose a tag to compare
  1. serialize message handler and close handler
  2. close inactive issues

v1.2.4

11 Dec 04:45
Compare
Choose a tag to compare

64-aligned on 32-bit: #26

v1.2.3

30 Sep 10:15
e8e64ed
Compare
Choose a tag to compare
  1. pubsub: allow empty password.
  2. client: support MaxReconnectTimes.

v1.2.2

17 Sep 04:21
Compare
Choose a tag to compare

add: server.Broadcast/BroadcastWithFilter/ForEach/ForEachWithFilter

v1.2.1

07 Sep 03:18
Compare
Choose a tag to compare

fix tag name

v1.2.0

06 Sep 16:22
Compare
Choose a tag to compare

fix client values deadlock when Stop

v1.1.12

06 Sep 12:58
Compare
Choose a tag to compare

fix js client body length bug

v1.1.11

30 Aug 05:01
Compare
Choose a tag to compare
  1. add MaxBodyLen/SetMaxBodyLen interface.
  2. add Handler args for NewClient and call OnConnected after created.

v1.1.10

19 Aug 08:23
Compare
Choose a tag to compare
  1. support Handler.SetAsyncExecutor.
  2. add a new listener extension, to support std and nbio serve the same port for a larger number of connections business.
  3. update arpc_std_and_nbio example(just an example, need more test or custumize it yourself): server