Closed swcurran closed 8 months ago
The block of code that logs these warnings is in the base_manager --> resolve_inbound_connection handler. So it happens for all types of connections. However, only did-exchange protocol saves did <--> verkey records. So the warning doesn't apply to any of the other connection protocols. Also, I'm not sure the did is ever saved for the sender so i'm not sure what that block of code is trying to do. I'm not going to remove it in case there's a usecase I'm not understanding.
TLDR: This isn't really a warning. It only applies to did-exchange connections after the did <--> verkey record has be saved for the reciepient.
@dbluhm — while you are in DID Exchange land, maybe you would be comfortable in removing this. Or not…it’s annoying, but if harmless, not a big deal. Thanks — @jamshale for checking.
I'm creating a small PR. I'll add @dbluhm as a reviewer.
When reviewing the integration test suite logs, I noticed that messages like this occur 100 times per run:
Presumably that is not a concern as the tests passed, but wondered if it would worth a look to see if it is an issue.
A test where this appears is: