-
Notifications
You must be signed in to change notification settings - Fork 42
fix: ability to set provider after shutdown #556
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
fix: ability to set provider after shutdown #556
Conversation
Signed-off-by: Kavindu Dodanduwa <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #556 +/- ##
============================================
- Coverage 95.36% 95.11% -0.25%
+ Complexity 330 329 -1
============================================
Files 31 31
Lines 755 758 +3
Branches 37 37
============================================
+ Hits 720 721 +1
- Misses 18 20 +2
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Kavindu Dodanduwa <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
@Kavindu-Dodan I've updated the PR title to be a bit more precise, IMO. |
This PR
Fix #552
Since API is a singleton, we must re-initialize all cleaned-up resources.