Alice's DID is being passed in. If you're going to pass one, it should be the Wallet's DID, not the customer's
This example still polls for all messages. If replyTo is passed in, then polling is not necessary as the messages are supposed to be sent directly to the URL provided.
To make this an accurate implementation, replyTo should be removed from the call
On createExchange,
replyTo
is being passed. Few issues:replyTo
is passed in, then polling is not necessary as the messages are supposed to be sent directly to the URL provided.To make this an accurate implementation,
replyTo
should be removed from the call