Pavel Orekhov
Pavel Orekhov
@googlebot I signed it!
FYA @ianlancetaylor
Hi, Alexander! 1. I'm not sure about implementing the "callback after remove" feature for correct implementation of the "close at onReceive". (see #205) 2. I don't know how to create...
[segv205.patch.txt](https://github.com/zeromq/zmqpp/files/1664210/segv205.patch.txt) fd==0 is valid fd. The patch suggested. Please test it.
There are two problems after previous patch: - [ ] after socket::close called from loop.timer's handler loop::start breaks with exception "it is not socket" - [ ] after socket::close called...
the [205_2n3.patch.txt](https://github.com/zeromq/zmqpp/files/1673783/205_2n3.patch.txt) suggested as a fix of mentioned problems.
I found a sentence: > If you do use zmq_msg_recv(), always release the received message as soon as you're done with it, by calling zmq_msg_close(). Queue to check it with...