mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 08:34:00 +00:00
commit
6072d3dbdc
2
NEWS
2
NEWS
@ -11,6 +11,8 @@
|
||||
|
||||
* Fixed #1347 - lack way to get peer address.
|
||||
|
||||
* Fixed #1362 - SUB socket sometimes fails to resubscribe properly.
|
||||
|
||||
|
||||
0MQ version 4.1.0 rc1, released on 2014/10/14
|
||||
=============================================
|
||||
|
@ -257,6 +257,8 @@ void zmq::pipe_t::process_hiccup (void *pipe_)
|
||||
outpipe->flush ();
|
||||
msg_t msg;
|
||||
while (outpipe->read (&msg)) {
|
||||
if (!(msg.flags () & msg_t::more))
|
||||
msgs_written--;
|
||||
int rc = msg.close ();
|
||||
errno_assert (rc == 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user