Call flush after writing the identity message

This commit is contained in:
Martin Hurton 2013-09-26 09:38:09 +02:00
parent b0b2567fcf
commit be25cfdf35

View File

@ -652,6 +652,7 @@ void zmq::stream_engine_t::mechanism_ready ()
return;
}
errno_assert (rc == 0);
session->flush ();
}
read_msg = &stream_engine_t::pull_and_encode;