Dmitry Russ
Dmitry Russ
If no PONG answer to PING, the error should be written and connection should reconnect.
Test, if one machine will be rebooted, and zeromq connection from machine 2 exists, what happens with connection. Test zeromq behaviour before and after fix of #62
Should be done on security reasons. It should be possible to remove some parts of requests in logs, based on configuration (for example).
Test/implement use cases: - server will be restarted, client reconnects - 2 servers exists, if one server will stopped, client reconnects to next server - client connects to a local...
Messagepack rpc have difference not only in msgpack versus json decoding, but in a format of a message. It should support msgpack-rpc and have own signature too. The signature and...
Example seems be: https://github.com/travelping/eradius/blob/master/src/eradius_server.erl#L126-L129 They should be logged on debug level.
@RoadRunnr Seems, like it is not portable for Darwin, FreeBSD, (Solaris) and is really Linux only: ``` c_src/gen_socket_nif.c:452:5: warning: implicit declaration of function 'setns' is invalid in C99 [-Wimplicit-function-declaration] setns(nsfd,...
Not all processes from dike are proper started within supervisor tree. This should be fixed, in a way, that all processes are in supervisor tree, and if some error is...
Add define directive, which works with rebar3. Fixes #12.