We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a minimal example code in this gist https://gist.github.com/JoseKilo/319493e6ef3f17d86a76ad7c7b20055e
It's a modified version of the stream-dealer-router example https://github.com/aio-libs/aiozmq/blob/master/examples/stream_dealer_router.py
The differences are:
When both are launched, they start working as expected, but after some time, the sender keeps iterating and the receiver stops receiving.
When the reply message is enabled, the problem disappears, but the communication is also slower.
Depending on which process is started first, the problem appears sooner or later.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a minimal example code in this gist https://gist.github.com/JoseKilo/319493e6ef3f17d86a76ad7c7b20055e
It's a modified version of the stream-dealer-router example https://github.com/aio-libs/aiozmq/blob/master/examples/stream_dealer_router.py
The differences are:
When both are launched, they start working as expected, but after some time, the sender keeps iterating and the receiver stops receiving.
When the reply message is enabled, the problem disappears, but the communication is also slower.
Depending on which process is started first, the problem appears sooner or later.
The text was updated successfully, but these errors were encountered: