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:
parent
9cbcc49a4a
commit
a5152245bd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user