mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 22:50:19 +02:00
fixes #1565: Allow session to flush commands on an engine error
This commit is contained in:
@@ -428,6 +428,9 @@ void zmq::session_base_t::engine_error (
|
||||
|
||||
if (zap_pipe)
|
||||
zap_pipe->check_read ();
|
||||
|
||||
zmq_assert(socket);
|
||||
socket->flush_commands();
|
||||
}
|
||||
|
||||
void zmq::session_base_t::process_term (int linger_)
|
||||
|
Reference in New Issue
Block a user