mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 13:21:10 +01:00
problem: zeromq connects peer before handshake is completed
Solution: delay connecting the peer pipe until the handshake is completed
This commit is contained in:
@@ -67,7 +67,7 @@ zmq::raw_engine_t::raw_engine_t (
|
||||
fd_t fd_,
|
||||
const options_t &options_,
|
||||
const endpoint_uri_pair_t &endpoint_uri_pair_) :
|
||||
stream_engine_base_t (fd_, options_, endpoint_uri_pair_)
|
||||
stream_engine_base_t (fd_, options_, endpoint_uri_pair_, false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user