nats.net icon indicating copy to clipboard operation
nats.net copied to clipboard

Implement PublishAsync

Open mrpmorris opened this issue 4 months ago • 0 comments

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 avatar Feb 12 '24 09:02 mrpmorris