Hey everyone, is it possible to use pact-verifier to verify async communication (messages)? Should it work as long I return the response through an endpoint?
I am just asking because it seems like sync pact use an array of interactions, and for async, it seems like we use
messages
. Would I be able to use it in a scenario like this?