m2r icon indicating copy to clipboard operation
m2r copied to clipboard

Allow to stop Handler when waiting for a new request on ZMQ

Open paneq opened this issue 12 years ago • 1 comments

Use poller and send ZMQ message to stop ? Send special kind of message to PULL socket used by underlying Connection ?

paneq avatar Sep 01 '12 20:09 paneq

This is currently working when using signals for running application. However the additional usecase that I have in mind is that someone might be running a handler in separate thread. The handler is waiting for a request and we would like it to stop for some reasone. No signal was send.

paneq avatar Nov 14 '12 19:11 paneq