HostedService stopping infinitely
I'm making a discord bot that has some other services running and I don't seem to get why when I try to stop my application it just be
Application is being stopped
I'd assume some process is blocking but I don't see any way of debugging that, I checked everywhere but I don't see anything
the potential problem might be that
Program.cs
and I have a service running that's ExceptionCatcherService
which should log any unhandled exception and restart the HostedService
2 Replies