You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Use
poller
and sendZMQ
message to stop ? Send special kind of message to PULL socket used by underlyingConnection
?The text was updated successfully, but these errors were encountered: