LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
620 stars 70 forks source link

Fix #14: MockServer expectations abort during unrelated panic #16

Closed Lucky1313 closed 4 years ago

Lucky1313 commented 4 years ago

I think this should solve this issue.

I used debug for when the thread is already panicking, not sure if it should be a higher level log.

LukeMathWalker commented 4 years ago

Thank you!