Hi there, I am facing an issue where I run an asyncio server on a port. The server runs well for a couple hours or sometimes less and it randomly stops receiving sockets completely. I have made logs of all exceptions to check if anything happens. Absolutely nothing unusual happens whatsoever.
It sometimes runs for hours sometimes it cant last more than an hour.
I will provide my logs and the code.