Open corentinaltepe opened 4 years ago
Here's the error message:
System.Net.Internals.SocketExceptionFactory+ExtendedSocketException : No connection could be made because the target machine actively refused it. [::ffff:127.0.0.1]:8007
@corentinaltepe did you ever solve this? Experiencing this currently.
Hi @juliankock. No I didn't solve this. As far as I understand it, WebApplicationFactory is not the right abstraction for that.
Hi, thanks a lot for this!
I was wondering if it's possible testing the TCP server using WebApplicationFactory? I've configured my unit tests as follow, but it looks like the TCP server is never started during a unit test.