mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
issue 13 (Assertion failed: load.get () == 0 (epoll.cpp:49)) fixed
This commit is contained in:
parent
0f7aab5212
commit
38e9103e0c
@ -79,6 +79,7 @@ void zmq::object_t::process_command (command_t &cmd_)
|
||||
|
||||
case command_t::own:
|
||||
process_own (cmd_.args.own.object);
|
||||
process_seqnum ();
|
||||
break;
|
||||
|
||||
case command_t::attach:
|
||||
@ -182,6 +183,7 @@ void zmq::object_t::send_plug (owned_t *destination_, bool inc_seqnum_)
|
||||
|
||||
void zmq::object_t::send_own (socket_base_t *destination_, owned_t *object_)
|
||||
{
|
||||
destination_->inc_seqnum ();
|
||||
command_t cmd;
|
||||
cmd.destination = destination_;
|
||||
cmd.type = command_t::own;
|
||||
|
Loading…
Reference in New Issue
Block a user