mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
commit
8152502f69
@ -387,6 +387,10 @@ void zmq::session_base_t::detached ()
|
||||
return;
|
||||
}
|
||||
|
||||
// Restore identity flags.
|
||||
send_identity = options.send_identity;
|
||||
recv_identity = options.recv_identity;
|
||||
|
||||
// Reconnect.
|
||||
if (options.reconnect_ivl != -1)
|
||||
start_connecting (true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user