-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(solace-message-client): do not eagerly construct `SolaceMessageCl…
…ient` Previously, the SolaceMessageClient was constructed during application startup. This caused problems if OAuth authentication was enabled and the access token provider depended on services that were only available after the application was started. Instead, the SolaceMessageClient is now constructed on first use. closes #53
- Loading branch information
1 parent
9905b3e
commit 82f73ed
Showing
2 changed files
with
10 additions
and
1 deletion.
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