-
Notifications
You must be signed in to change notification settings - Fork 56
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
ZMQ proxy dies without log #63
Comments
I have a hunch, that it raises an error here https://github.com/aio-libs/aiozmq/blob/master/aiozmq/cli/proxy.py#L97 and locks without any log at close call here https://github.com/aio-libs/aiozmq/blob/master/aiozmq/cli/proxy.py#L102 |
If there were python exception it would have been raised (I believe). |
You know, like 2 month on production server. Not much. =) |
ok) |
Still diagnosting, but
forwarder
stops after some time. No logs, just stops forwarding. Restarting forwarder resends pending pub-sub calls. Most likely the ZMQ_XSUB side dies.The text was updated successfully, but these errors were encountered: