Skip to content

Releases: emqx/gen_rpc

Fix bugs of port discovery

23 Apr 02:46
Compare
Choose a tag to compare
fix(rpc_helper): the port discovery not working on a large offset

The port number is not valid when the number suffixed the node name
is too large.

Stateless port discovery

28 Aug 01:45
Compare
Choose a tag to compare

Support port_discovery = stateless.

Fix crash when active closing sockets

27 Aug 06:09
Compare
Choose a tag to compare
Fix acceptor: do not crash on closed socket when setting opts

If the socket (port) is closed (by client) before sending
any data, acceptor may crash when setting active option.
In this commit, the error posix code is captured and logged,
then acceptor can stop.

Switch lager to logger

02 Nov 11:25
bc3e330
Compare
Choose a tag to compare
2.3.0

Change lager to OTP logger (#3)