Commit 702fdbb5 authored by Martin Sustrik's avatar Martin Sustrik

messages that may have been received in the init phase are flushed immediately…

messages that may have been received in the init phase are flushed immediately after engine is plugged in
parent 75a5a873
......@@ -58,6 +58,9 @@ void zmq::zmq_engine_t::plug (i_inout *inout_)
set_pollout (handle);
inout = inout_;
// Flush all the data that may have been already received downstream.
in_event ();
}
void zmq::zmq_engine_t::unplug ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment