-
Notifications
You must be signed in to change notification settings - Fork 200
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
Connection Reuse in edge wallets #2010
Comments
Does this also happen in Node.JS? If so, could you please provide the repro in Node? That makes it easier to test |
Yes @TimoGlastra This is also happening in the Node.JS as well. I have created a repro for the same here |
One observation is that after the {
"@type": "https://didcomm.org/coordinate-mediation/1.0/keylist-update-response",
"@id": "311c73dd-df95-413b-9724-347f91f5e88b",
"~thread": {
"thid": "a8aee7d9-65e3-4049-a211-d23657cbf175"
},
"updated": [
{
"recipient_key": "FAMBvTH1PnvzaxPV42h9hXF46ruAiPdiQm8FFYMoxj4g",
"action": "add",
"result": "success"
}
]
} |
@TimoGlastra @genaris |
@TimoGlastra There is already a PR #1276 That addresses the required changes for this issue |
The scenario is
User 1
andUser 2
connection with reuse works fine with passinginvitationDid
. But it fails if I create invitation fromUser 1
usinginvitationDid
and try to accept it withUser 3
. The error I am getting isERROR: Error handling message with type https://didcomm.org/didexchange/1.1/request
I have created a repro for the same here https://github.com/sairanjit/credo-askar-wallet-react-native/tree/connection-reuse
The text was updated successfully, but these errors were encountered: