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

Implement PublishAsync #863

Open
mrpmorris opened this issue Feb 12, 2024 · 1 comment
Open

Implement PublishAsync #863

mrpmorris opened this issue Feb 12, 2024 · 1 comment
Labels
proposal Enhancement idea or proposal

Comments

@mrpmorris
Copy link

mrpmorris commented Feb 12, 2024

Proposed change

Publish looks as though it blocks the current thread, is this the case? (If not, I assume it doesn't guarantee the message is received before the thread continues?)

Would it be possible to have an awaitable implementation to improve server performance?

Use case

Concurrency improvement.

Contribution

Yes.

@mrpmorris mrpmorris added the proposal Enhancement idea or proposal label Feb 12, 2024
@scottf
Copy link
Collaborator

scottf commented Jul 8, 2024

@mrpmorris I'm closing this. You are welcome to submit a PR, although this functionality can already be accomplished by the developer wrapping the current synchronous calls themselves.

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

No branches or pull requests

2 participants