Skip to content

Commit

Permalink
Merge pull request #304 from hurtonm/flush_identity_message_for_inpro…
Browse files Browse the repository at this point in the history
…c_transport

Flush identity message for inproc transport
  • Loading branch information
hintjens committed Apr 4, 2012
2 parents 5bc9fd6 + b41036a commit 88db804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/socket_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88db804

Please sign in to comment.