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

backpressure support in server.publish #29

Closed
behrad opened this issue Feb 5, 2016 · 1 comment
Closed

backpressure support in server.publish #29

behrad opened this issue Feb 5, 2016 · 1 comment
Labels

Comments

@behrad
Copy link
Collaborator

behrad commented Feb 5, 2016

server.publish is mentioned to be backpressure supported.
Can you elaborate on this @mcollina ?

@mcollina
Copy link
Collaborator

mcollina commented Feb 6, 2016

Possibly it's not correctly phrased. In the in-memory implementation https://github.com/mcollina/mqemitter, the callback is called when the message has been sent to delivery to each subscribing client. In other implementations, it is called when the message has been sent to the upstream pubsub broker.

It would be great if you could send a PR to the README, maybe wording all of this a little better.

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

No branches or pull requests

3 participants