AntoineGa / Seq.App.Teams

Seq application for Microsoft Teams
MIT License
13 stars 10 forks source link

Fixes #23 - HttpClient should not dispose inner HttpClientHandler #24

Closed nblumhardt closed 2 years ago

nblumhardt commented 2 years ago

We could also consider reusing the HttpClient, though I've hit issues in the past with DNS updates not being picked up by long-lived HttpClients, so I'd lean towards leaving things as they are, for now.