-
Notifications
You must be signed in to change notification settings - Fork 59
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
DID method support and other lower layer metadata #82
Comments
There are lots of aries RFCs that touch on this... https://github.com/hyperledger/aries-rfcs/search?q=discovery&unscoped_q=discovery I would love if there was a single source of truth, answer to this. |
Given the asynchronous nature of the protocol some of these aren't going to have great answers to these questions. In general though we've got two main mitigation strategies to help us fail gracefully.
For strategy one, you'd want to use this in the case where it's first message (because you're not sure you're sending it to the right place) and in cases where you have no certainty that everything is setup properly. It's essentially just being used as a "If you don't respond by the expiration time I'm going to assume you don't exist". For strategy two, this would be likely be used in cases where a connection has been established already and there's some form of on going messaging continuity. I'm not certain if there's other methods that we can use in this case, but I'll take a look through other UDP based protocols and see what they've come up with. |
Discussed in WG 20211101. Did add accept to OOB invitations. Discover features may also help. |
Any updates to this @troyronda and @kdenhartog ? |
Closed after Discussion WG 20220110. Please reopen if you disagree. |
How do I know that the other party supports my DIDComm capabilities? For example:
Or conversely, how do I find out that my message couldn't be received/processed due to incompatibility of these capabilities?
The text was updated successfully, but these errors were encountered: