Commit 88db804b authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #304 from hurtonm/flush_identity_message_for_inproc_transport

Flush identity message for inproc transport
parents 5bc9fd62 b41036aa
......@@ -434,6 +434,7 @@ int zmq::socket_base_t::connect (const char *addr_)
id.set_flags (msg_t::identity);
bool written = pipes [0]->write (&id);
zmq_assert (written);
pipes [0]->flush ();
}
// Attach remote end of the pipe to the peer socket. Note that peer's
......
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