Skip to content

Zmq refactoring

Samuel GAIST requested to merge zmq_refactoring into master

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

Merge request reports