-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
We just update our projects to .NET 7 from .NET 5 and are experiencing hangs where Kestrel quits responding. It works for a day or so and then the windows service needs to be restarted. This was not an issue on .NET5. I gathered a memory dump to see if I can figure out what is causing it to hang. Here are some screenshots. This was gathered using ProcDump.
This API is installed at many unique locations and several have reported the same issue that they need to restart the service daily. For some locations, we use Azure relay. So far, the locations that go through the relay have not had any issues.
Expected Behavior
The API should respond while running
Steps To Reproduce
Let our project run for a day
Exceptions (if any)
No response
.NET Version
7.0.100
Anything else?
No response

