Lhokktyn
Lhokktyn
Ran into this today and just confirming some of the above. Looking at [this code](https://github.com/pact-foundation/pact-reference/blob/pact_consumer-v0.10.8/rust/pact_ffi/src/mock_server/handles.rs#L544-L552), it confirms that subsequent state definitions with the same description will have their parameters merged...
Hi Pact team 👋 I'm experiencing the same here whilst evaluating Pact. The likelihood increases - and the duration of the hangs are longer - with every `executeTest()` we add...
Tweaking this a little to turn `provider` into a factory function, so generating a new `PactV4` instance for every interaction, seems to resolve the issue: ```js import { PactV4, SpecificationVersion,...
Hi @nickcolley , apologies for the very tardy reply! I've been using this fix locally for a few months and it works for our use case, but as I'm an...
@mefellows I'm not sure why all those checks have failed on the last push, as only the git commit message was altered. Maybe a temporary issue with the test broker?
Hi @mefellows . Do you think this may be a good candidate for merging? Let me know if you'd like anything revisiting. Cheers
Hey @mefellows no worries, appreciate your time :)
Brilliant! Thanks for the heads up @mefellows 👍