You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error connecting to ledger, will try to reconnect when needed.
Cannot attempt connection to ledger, already connecting.
this.ledger.connectToPools() fails after shutting down agent/ initializing a second time.
IndyPool's poolConnected is never set to undefined (only on initial connect error), meaning even when the pool is closed, we can never reconnect.
The text was updated successfully, but these errors were encountered:
this.ledger.connectToPools()
fails after shutting down agent/ initializing a second time.IndyPool's
poolConnected
is never set to undefined (only on initial connect error), meaning even when the pool is closed, we can never reconnect.The text was updated successfully, but these errors were encountered: