gen_rpc
gen_rpc copied to clipboard
A scalable RPC library for Erlang-VM based languages
This PR can set some tcp options such as `SO_REUSEPORT` that is not included in `TCP_DEFAULT_OPTS ` from APP configuration.
after add dependency of gen_rpc to elixir project, and employ cmd mix deps.get mix deps.compile, meet this: compile: warnings being treated as errors /deps/gen_rpc/src/driver/gen_rpc_driver_ssl.erl:68: ssl:ssl_accept/1: deprecated; use ssl:handshake/1 instead ===>...
Patches compatibility to allow compilation and running under OTP21, while attempting not to break functionality. or minimum otp versions that were previously in effect.
Hello, I have accidentally bumped hut to 1.2.1 at my project and gen_rpc crashes at application starts: ` 1 14:19:14.426 [error] [Undefined:Undefined:] Supervisor gen_rpc_sup had child gen_rpc_server_tcp started with gen_rpc_server:start_link(tcp)...
I would like to be able to specify the cookie used when connecting to a certain remote node. My use case: I have a LAN setup with two separate, distributed...