sicpa-dlab / aries-cloudagent-python

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://wiki.hyperledger.org/display/aries
Apache License 2.0
1 stars 0 forks source link

Bug: connection attempted after starting up with `mediator-invitation` is done through previous default mediator #117

Open dbluhm opened 2 years ago

dbluhm commented 2 years ago

When:

Then:

This makes it impossible to switch mediators using the startup configuration.

We should clear the default mediator before attempting to connect to the new mediator on startup.

dbluhm commented 2 years ago

@mat-work this is the issue we ran into today.