mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Call flush after writing the identity message
This commit is contained in:
parent
b0b2567fcf
commit
be25cfdf35
@ -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