4 Replies
@honk The
HttpClient
doesn't inherently have a problem, it's the way some people instantiate it that is a problem.
Since WebClient
became outdated in .Net 6, I would advice against using it.WebClient
is just a shittier version of HttpClient
without proper async
supportUnknown User•3y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.