There is a current problem in the OOB sender test flow, if a /connections type message is being used to create a connection. When the suite receives the /connection/request message, it properly creates a response and signs it, but never send it back. A connection flow will not be completed if the signed response is not received by the sender. This change will fix that and the connection will now be completed.
There is a current problem in the OOB sender test flow, if a
/connections
type message is being used to create a connection. When the suite receives the/connection/request
message, it properly creates a response and signs it, but never send it back. A connection flow will not be completed if the signed response is not received by the sender. This change will fix that and the connection will now be completed.