Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paneq opened this issue Sep 1, 2012 · 1 comment
Open

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

paneq opened this issue Sep 1, 2012 · 1 comment

Comments

@paneq
Copy link
Collaborator

paneq commented Sep 1, 2012

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

@paneq
Copy link
Collaborator Author

paneq commented Nov 14, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant