CallNen1
CallNen1
CC#
Created by CallNen1 on 3/8/2025 in #help
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