Zmq refactoring
This merge request refactors the ZMQ part of beat.core. |
It improves the reliability of the system at the cost of making it slightly more complex.
However, the new implementation should avoid connection loss due to inactivity on the connection. Situation that can happen depending on the network setup which might kill a connection if no activity is detected.
Fixes #68 (closed)
Edited by Samuel GAIST