You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aries agent Alice starts the mediation protocol with a mediator.
After getting a grant message, Alice sends a trust-ping message with return-route: all as a string type websocket message.
Alice gets no response from the mediator.
Alice sends a trust-ping message with return-route: all as binary type.
Alice gets a ping-response message normally.
Tested on https://indicio-tech.github.io/mediator/
This seems to be related to Caddy reverse-proxying because I cannot reproduce this issue when I test it using ACA-Py 0.7.3 without Caddy.
WebSocket messages can be sent as either string type or binary type. So, this issue is not a big deal, but it took me much time in debugging.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
return-route: all
as a string type websocket message.return-route: all
as binary type.Tested on https://indicio-tech.github.io/mediator/
This seems to be related to Caddy reverse-proxying because I cannot reproduce this issue when I test it using ACA-Py 0.7.3 without Caddy.
WebSocket messages can be sent as either string type or binary type. So, this issue is not a big deal, but it took me much time in debugging.
The text was updated successfully, but these errors were encountered: