[zeromq-dev] Zyre Node signal on stop?

2014-11-17 Thread Arnaud Loonstra
See: https://github.com/zeromq/zyre/blob/master/src/zyre_node.c#L369 Who is supposed to receive the signal which is send when STOP is received in zyre_node.c? I'm guessing a zyre client sends STOP to zyre_node backend and waits for reply through zsock_wait... however zyre_stop doesn't do

Re: [zeromq-dev] Zyre Node signal on stop?

2014-11-17 Thread Pieter Hintjens
You're not missing anything, it's a bug... I've just sent a PR: https://github.com/zeromq/zyre/pull/294 Thanks for catching this. On Mon, Nov 17, 2014 at 10:55 AM, Arnaud Loonstra arn...@sphaero.org wrote: See: https://github.com/zeromq/zyre/blob/master/src/zyre_node.c#L369 Who is supposed to