mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Exception ArgumentOutOfRangeException #468
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arihantjain0894 on GitHub (Nov 15, 2022).
Originally assigned to: @StefH on GitHub.
Hi, I am getting the following exception:
Settings:
"MaxRequestLogCount": 0
"CustomDelay": 5000 ms
Version: 1.5.3
Usage: System stress testing.
When i increase the MaxRequestLogCount to let say 20, this is less frequent.
Also making custom delay to 0 fixes this.
@StefH commented on GitHub (Nov 17, 2022):
https://github.com/WireMock-Net/WireMock.Net/pull/848
@StefH commented on GitHub (Nov 17, 2022):
can you try preview version "1.5.10-ci-16658" ?
(https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions)
@arihantjain0894 commented on GitHub (Nov 18, 2022):
Maybe we need to add try-catch when adding log also.
@StefH commented on GitHub (Nov 18, 2022):
New preview version:
16663Can you try this?
@StefH commented on GitHub (Nov 19, 2022):
Preview version
16667does also have extra logic --> do not add an entry at all if the MaxRequestLogCount is set to 0.@arihantjain0894 can you test this version?
@arihantjain0894 commented on GitHub (Nov 19, 2022):
Shouldn't we do the same(condition) when removing from the log also?
@StefH commented on GitHub (Nov 19, 2022):
Ok.
I did add some extra checks
@StefH commented on GitHub (Nov 19, 2022):
latest version is 16669
@arihantjain0894 commented on GitHub (Nov 21, 2022):
Worked fine. Thanks for the fix.
@StefH commented on GitHub (Nov 21, 2022):
https://github.com/WireMock-Net/WireMock.Net/pull/848
@StefH commented on GitHub (Nov 21, 2022):
New official version will be released shortly.