rebase reconnect-redux on master (#3960)

* add option to stop reconnecting on failed handshake
This commit is contained in:
Bill Torpey
2020-06-26 18:41:44 -04:00
committed by GitHub
parent c7aef56048
commit c04f6581e0
14 changed files with 131 additions and 10 deletions

View File

@@ -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)