-
Notifications
You must be signed in to change notification settings - Fork 204
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
chore: fixes restart without indy pool disconnect #2137
chore: fixes restart without indy pool disconnect #2137
Conversation
…sconnect Signed-off-by: Krishna Waske <[email protected]>
|
@GHkrishna When is the pool |
Pool close from the IndyVDR is not initiated for now as it needs to be fixed first. For now, we are just resetting the pool variable, as if the pool was never initialized. But since we know we did, we'll reuse the same pool. |
Yes @GHkrishna We have to close the pool. We can do that by subscribing to the |
Signed-off-by: Krishna Waske <[email protected]>
@TimoGlastra need your help with the failing E2E Tests. Ig our change shouldn't affect it. |
ec525cf
into
openwallet-foundation:main
What
Fixes: Unable to reinitialize agent once shut down #2135