mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
unplugged engine tries to manipulate the pollset -- fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -133,7 +133,8 @@ void zmq::zmq_engine_t::in_event ()
|
|||||||
// This may happen if queue limits are in effect or when
|
// This may happen if queue limits are in effect or when
|
||||||
// init object reads all required information from the socket
|
// init object reads all required information from the socket
|
||||||
// and rejects to read more data.
|
// and rejects to read more data.
|
||||||
reset_pollin (handle);
|
if (plugged)
|
||||||
|
reset_pollin (handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjust the buffer.
|
// Adjust the buffer.
|
||||||
|
|||||||
Reference in New Issue
Block a user