Skip to content

Request to pull with minor improvement #146

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

Merged
merged 2 commits into from
Sep 13, 2017

Conversation

2sbsbsb
Copy link

@2sbsbsb 2sbsbsb commented Sep 13, 2017

  1. (Bug) - channel is made final so that it can be used inside the inner anonymous local instance of Consumer.

  2. (Improvement) - Replaced sleep() with wait().
    Wait() is much better than sleep. Relevant difference is that it release the lock while sleep doesn't.
    Ref - https://stackoverflow.com/questions/1036754/difference-between-wait-and-sleep

sb added 2 commits September 13, 2017 13:46
the lock while sleep() doesn't release any lock while waiting.
@michaelklishin michaelklishin merged commit bfc62e1 into rabbitmq:master Sep 13, 2017
@michaelklishin
Copy link
Contributor

Thank you!

@michaelklishin
Copy link
Contributor

@2sbsbsb can you please make the same change to the website version? (note that I linked to the live branch, not master). Then I can deploy it to rabbitmq.com.

@2sbsbsb
Copy link
Author

2sbsbsb commented Sep 14, 2017

@michaelklishin sure.

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.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy