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 has been archived by the owner on Dec 18, 2018. It is now read-only.
Application is shutting down...
warn: Microsoft.AspNetCore.Server.Kestrel[0]
Connection processing ended abnormally
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame.StopStreams() in C:\Users\shalter\KestrelHttpServer\src\Microsoft.AspNetCore.Server.Kestrel\Internal\Http\Frame.cs:line 311
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.<RequestProcessingAsync>d__2.MoveNext() in C:\Users\shalter\KestrelHttpServer\src\Microsoft.AspNetCore.Server.Kestrel\Internal\Http\FrameOfT.cs:line 165
It looks like this can happen if the server is being shutdown before the first request is even being processed.
The text was updated successfully, but these errors were encountered:
It looks like this can happen if the server is being shutdown before the first request is even being processed.
The text was updated successfully, but these errors were encountered: