mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-16 16:13:58 +00:00
polling on SUB socket fixed
This commit is contained in:
parent
72161fb075
commit
23e5c3b342
@ -150,10 +150,7 @@ int zmq::sub_t::xrecv (zmq_msg_t *msg_, int flags_)
|
|||||||
|
|
||||||
bool zmq::sub_t::xhas_in ()
|
bool zmq::sub_t::xhas_in ()
|
||||||
{
|
{
|
||||||
// TODO: This is more complex as we have to ignore all the messages that
|
return fq.has_in ();
|
||||||
// don't fit the filter.
|
|
||||||
zmq_assert (false);
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool zmq::sub_t::xhas_out ()
|
bool zmq::sub_t::xhas_out ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user