mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Fix pipe terimation in router while reading message
This commit is contained in:
@@ -92,6 +92,12 @@ namespace zmq
|
||||
// Holds the prefetched message.
|
||||
msg_t prefetched_msg;
|
||||
|
||||
// The pipe we are currently reading from
|
||||
zmq::pipe_t *current_in;
|
||||
|
||||
// Should current_in should be terminate after all parts received?
|
||||
bool terminate_current_in;
|
||||
|
||||
// If true, more incoming message parts are expected.
|
||||
bool more_in;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user