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

Silently ignore send error if a subscriber queue is full #146

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

njeisecke
Copy link

This is a situation which can occur when subscribers read too slow.

Complies to the zmq specification (https://rfc.zeromq.org/spec/29/).

Fixes #145.

This is a situation which can occur when subscribers read too slow.

Complies to the zmq specification (https://rfc.zeromq.org/spec/29/).

Fixes zeromq#145.
@Alexei-Kornienko
Copy link
Collaborator

LGTM

@Alexei-Kornienko Alexei-Kornienko merged commit 1d5a039 into zeromq:master Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZmqError::BufferFull unhandled
2 participants