Attempting to use Pact with rust & gRPC. Havi...
# general
k
Attempting to use Pact with rust & gRPC. Having trouble when it comes to multiple synchronous messages to the same endpoint but with different request data. The mock server receives a request and responds with the response for a different request message. Example implementation here: https://github.com/MeatballSub/pact-help
r
Can you raise an issue for this at https://github.com/pactflow/pact-protobuf-plugin and include any logs or details of the problem if you have them (it's hard to see from your example repo).
k
Will do