Commit 8152502f authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #350 from hurtonm/issue_369

Fix issue #369
parents e30e48c2 130dfc5b
...@@ -387,6 +387,10 @@ void zmq::session_base_t::detached () ...@@ -387,6 +387,10 @@ void zmq::session_base_t::detached ()
return; return;
} }
// Restore identity flags.
send_identity = options.send_identity;
recv_identity = options.recv_identity;
// Reconnect. // Reconnect.
if (options.reconnect_ivl != -1) if (options.reconnect_ivl != -1)
start_connecting (true); start_connecting (true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment