mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
when no I/O threads are available error is raised instead of assertion
This commit is contained in:
@@ -142,9 +142,9 @@ void zmq::object_t::log (zmq_msg_t *msg_)
|
||||
ctx->log (msg_);
|
||||
}
|
||||
|
||||
zmq::io_thread_t *zmq::object_t::choose_io_thread (uint64_t taskset_)
|
||||
zmq::io_thread_t *zmq::object_t::choose_io_thread (uint64_t affinity_)
|
||||
{
|
||||
return ctx->choose_io_thread (taskset_);
|
||||
return ctx->choose_io_thread (affinity_);
|
||||
}
|
||||
|
||||
void zmq::object_t::zombify_socket (socket_base_t *socket_)
|
||||
|
||||
Reference in New Issue
Block a user