-
Notifications
You must be signed in to change notification settings - Fork 511
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
Routing for agents behind a aca-py based mediator is broken #2531
Comments
Signed-off-by: Varun Chatterji <varun@seventhsense.ai>
Signed-off-by: Varun Chatterji <varun@seventhsense.ai>
In my mediator config, I set:
When the mobile agent is not connected via web sockets and my web agent tries to send a basic message, I see in the logs:
Later, when my mobile agent connects over ws and sends a Trust Ping message with the transport decorator What is the implicit pickup mechanism for an agent to pick these queued messages up from the mediator? |
The trust ping message must also set |
One other note for those that come across this. If you are upgrading a mediator from pre-0.9.0 and use a public DID to establish the connection, a new startup parameter has been added Likely not the change in this case, but left for others. We’ve seen this one before. |
@dbluhm With the trust ping message setting With I will investigate this further and edit this comment tomorrow. |
@dbluhm @swcurran the bug was on the mobile agent. It was not setting the transport decorator when response was not requested. I will file a separate issue for the mobile agent in: Everything is working as expected. |
Signed-off-by: Varun Chatterji <varun@seventhsense.ai>
0.10.3
Routing fails, see:
openwallet-foundation/didcomm-mediator-service#79
Indicio-tech/pydid#76
The text was updated successfully, but these errors were encountered: