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

Fixed ArgumentNullException on Webserver.Dispose #122

Closed rodgers-r closed 10 months ago

rodgers-r commented 10 months ago

Calling Webserver.Dispose() sets a few properties to null which triggers an ArgumentNullException in WebserverBase. This PR removes the lines which cause the issue.

jchristn commented 10 months ago

Thanks @rodgers-r ! Much appreciated. Will get this integrated and published today.

jchristn commented 10 months ago

Just updated NuGet to v6.0.3 and added you to the README. Thanks @rodgers-r for making the library better!