Browse Source
This commit ensures that verifying a request, which includes finding and updating expectations, is done synchronously to avoid concurrent modification exceptions. Technically SimpleRequestExpectationManager is not even expected to see concurrent requests by definition but with UnorderedRequestExpectationManager it can happen. Issue: SPR-15029pull/1316/head
1 changed files with 10 additions and 6 deletions
Loading…
Reference in new issue