You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
I have seen this several times now on shutting down an application using Kestrel.
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at Microsoft.AspNet.Server.Kestrel.Networking.UvHandle.ReleaseHandle()
at System.Runtime.InteropServices.SafeHandle.InternalFinalize()
at System.Runtime.InteropServices.SafeHandle.Dispose(Boolean disposing)
at System.Runtime.InteropServices.SafeHandle.Finalize()
Launch the app, make a few requests to the server and after a while stop the app by pressing enter in the command prompt.
The text was updated successfully, but these errors were encountered:
I have seen this several times now on shutting down an application using Kestrel.
Launch the app, make a few requests to the server and after a while stop the app by pressing enter in the command prompt.
The text was updated successfully, but these errors were encountered: