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

Create fresh connections rather than reusing a singleton #122

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

patrikwlund
Copy link

@patrikwlund patrikwlund commented Dec 12, 2022

Follow-up to changes in #120

Fixes issues where connections are expected to be isolated and unique (e.g. consumer vs publisher connections). Previously, closing one connection effectively closed all of them.

Some of the tests in this solution are having occasional deadlocks because of this.

Fixes issues where connections are expected to be isolated and unique (e.g. consumer vs publisher connections). Previously, closing one connection effectively closed all of them.

Some of the tests in this solution are having occasional deadlocks because of this.
@patrikwlund patrikwlund changed the title Factory creates fresh connections rather than reusing a singleton Create fresh connections rather than reusing a singleton Dec 12, 2022
@odalet odalet merged commit 8aa451a into addupsolutions:master Dec 14, 2022
@patrikwlund patrikwlund deleted the stop-reusing-connections branch December 14, 2022 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants