Skip to content

Fix issue where unsubscribing in push_events led to API_EventTimeout …

…(#686 (closed))

Subscribing or unsubscribing events in an event callback when this callback was called during a subscribe_event() phase was leading to events and heartbeat events no longer received by the event client. A bug was fixed when several ZMQ_DELAY_EVENT tasks were received consecutively by the ZMQ control so.

Merge request reports