0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-22 07:29:31 +08:00

Call flush after writing the identity message

This commit is contained in:
Martin Hurton 2013-09-26 09:38:09 +02:00 committed by Pieter Hintjens
parent 9cbcc49a4a
commit a5152245bd

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;