Merx

Results 2 comments of Merx

Hi, I still have the same issue that it is called twice when calling request.GetResponse(); just once.

Here is the mini version of our test to reproduce the problem (using HttpMock v2.3.1): [TestMethod] public void TestIfCalledMultipleTimes() { string serverAddress = "http://localhost:9195"; string endpoint = "/someEndpoint"; int callCounter...