-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Description
I've a bigger dotnet application, wich is running in Net9. It has a Kestrel webserver, and backend code running.
It also has a timer wich for example writes to a logfile every minute.
After some time, the process is still running, but the webserver does not accept any incomming connections, or does the timer write to the logfile.
But I could not find anything wrong in the Dump. Anybody any idea?
Here is the Threads window:
and the tasks:
Reproduction Steps
No Idea, but I can provide a Dump
Expected behavior
The process should still accept Connections, or still write to the log
Actual behavior
Nothing, as if the process has completely stopped.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
lindexi