dotnet / WatsonWebserver

Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
MIT License
403 stars 83 forks source link

SSL Stability issue, regressed from HttpServerLite. #133

Closed GitHubProUser67 closed 7 months ago

GitHubProUser67 commented 7 months ago

I made a few APIs with HttpServerLite in the past, when upgrading to watson, all of these became unstable with a System.ObjectDisposedException error:

image

For reference, the commit with which I upgraded the APIs : https://github.com/GitHubProUser67/MultiServer2/commit/02c3d1c8f2210d9eef72ea75c2445fb096edbabb

GitHubProUser67 commented 7 months ago

This PR fixes the issue entierly : https://github.com/dotnet/WatsonWebserver/pull/134