Tien Vo
05/05/2023, 10:21 AM/pact-messages
endpoint to get messages to verify? it always call to /
in my case. absolute path will be <http://my-provider.com/>
conpare to your <http://your-provider.com/pact-messages>
Adam Rodger (pact-net)
05/05/2023, 10:25 AMTien Vo
05/05/2023, 10:37 AMAdam Rodger (pact-net)
05/05/2023, 11:09 AMAdam Rodger (pact-net)
05/05/2023, 11:10 AMTien Vo
05/05/2023, 12:35 PMpactffi_verifier_add_provider_transport
(set protocol to message
). I think it's clever, I didn't think about this before. Let me try it. Thanks @Adam Rodger (pact-net) 👍Adam Rodger (pact-net)
05/05/2023, 12:38 PMAdam Rodger (pact-net)
05/05/2023, 12:44 PMTien Vo
05/05/2023, 2:22 PMpactffi_verifier_add_provider_transport
work really well to me 🎉
I'm not sure I'm fully understand your problem about order of calling those FFI methods (maybe because I always call pactffi_verifier_set_provider_info
first so no problem for me?)
Anyway, I got another problem with those FFI calls that I asked here https://pact-foundation.slack.com/archives/C02BXLDJ7JR/p1679503099374349. Hope it can help.Tien Vo
05/05/2023, 2:26 PMMatt (pactflow.io / pact-js / pact-go)
Adam Rodger (pact-net)
06/26/2023, 10:26 AMMatt (pactflow.io / pact-js / pact-go)