exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
551 stars 142 forks source link

Update DefaultSubmissionClient.cs #283

Closed shamork closed 1 year ago

shamork commented 1 year ago

WebRequestHandler: .net >=4.5 HttpClientHandler: .net >=4.5 OR netcore >=1.0 OR .NET Standard>=1.1 HttpClientHandler has better performance. So, we should use HttpClientHandler everywhere.

shamork commented 1 year ago

WebRequestHandler open and close a tcp port every request and leaving it in TIME_WAIT state. HttpClientHandler's keepalive feature reuse existing connections instead.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.