-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure NatsConnection inboxDispatcher is started prior to publishing …
…messages (#1109) * Ensure NatsConnection inboxDispatcher is started prior to publishing messages Fixes #1065 If multiple treads call publish messages at the same time, some messages may not be published because the inboxDispater is not started yet. Change updates NatsConnection to ensure the inboxDispatcher is started prior to publishing messages. * Fix nats_server_path environment variable in README.md
- Loading branch information
1 parent
ea126d6
commit d9eec8b
Showing
3 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters