Closed sahil-khanna closed 3 years ago
This works fine if the below order if followed
(CredentialRequestMessage credentialRequestMessage, CredentialRecord credentialRecord) = await credentialService.CreateRequestAsync(agentContext, credential.Id);
await messageService.SendAsync(agentContext.Wallet, credentialRequestMessage, myConnection);
Describe the bug
I have the following setup
The connection between the mobile app and the ACA-Py agent is established and active. The ACA-Py agent wants to issue a credential to the Mobile agent. Below are the steps being followed.
offer_sent
Offered
credentialService.CreateRequestAsync
Offered
toRequested
offer_sent
Issue
The state of the credential in the ACA-Py agent should change from
offer_sent
torequest_received
(after step 5), however, it doesn't change.This seems to work fine when two ACA-Py agents exchange credentials with each other
Steps To Reproduce
Given in the description
Screenshots
NA
Desktop (please complete the following information):
Additional context
NA