mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 14:45:38 +02:00
rebase reconnect-redux on master (#3960)
* add option to stop reconnecting on failed handshake
This commit is contained in:
@@ -481,7 +481,7 @@ void zmq::session_base_t::engine_error (bool handshaked_,
|
||||
reconnect ();
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
|
||||
case i_engine::protocol_error:
|
||||
if (_pending) {
|
||||
if (_pipe)
|
||||
|
Reference in New Issue
Block a user