mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Bug: CurlException Couldn't connect to Server when running multiple tests #99
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 @oscarwest on GitHub (May 8, 2018).
Seems to be the same issue as this: https://github.com/WireMock-Net/WireMock.Net/issues/44
Using
Tried with/without Thread.Sleep up to 500ms
Sending in to HttpClient as BaseUrl.
_server.Urls.First();Always works when running tests individually.
Tried making NUnit tests non-async.
@StefH commented on GitHub (Jun 2, 2018):
This is still and issue with the latest version?
@oscarwest commented on GitHub (Jun 13, 2018):
Test seems to work when updating to 1.0.3.20. Thanks!