hyperledger-archives / aries-protocol-test-suite

Test Suite for testing protocol compliance of Aries Agents
https://wiki.hyperledger.org/display/aries
Apache License 2.0
25 stars 19 forks source link

Send connection response after signing it #40

Closed Tangelo1 closed 4 years ago

Tangelo1 commented 4 years ago

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.