You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mockserver doesnt seem to support parallell calls correctly. If I create a mock using the mock file below containing response delay = 5000, the expected behaviour is that the call response time should be 5 sec. This works fine with only performing one single call. However, if 2 calls are being performed in the same time, the first call will get 5 sec response time, but the other will get response time close 10 sec (2 * 5).
The reason for this is likely that Mockserver doesnt have support to handle concurrent calls. The documentation doesnt mention if this is intended or not, so it is unclear if this is out of scope for the tool, or ifs a bug
The text was updated successfully, but these errors were encountered:
Mockserver doesnt seem to support parallell calls correctly. If I create a mock using the mock file below containing response delay = 5000, the expected behaviour is that the call response time should be 5 sec. This works fine with only performing one single call. However, if 2 calls are being performed in the same time, the first call will get 5 sec response time, but the other will get response time close 10 sec (2 * 5).
The reason for this is likely that Mockserver doesnt have support to handle concurrent calls. The documentation doesnt mention if this is intended or not, so it is unclear if this is out of scope for the tool, or ifs a bug
The text was updated successfully, but these errors were encountered: