You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: