CallNen1
SocketsHttpHandler Bandwidth Issue Under High Concurrency (WinHttpHandler Unaffected)
I found the issue: the VS debugger collects request data from SocketsHttpHandler, which affects its behavior even when running the Release build. If I run the program without debugging, SocketsHttpHandler works as expected.
2 replies