C# TcpListener and MySqlConnection stops accepting connections after a while – Phpmyadmin
I have an async socket server written in C#, running on a Lightsail server running Amazon Linux. It consists of a TcpListener that accepts connections, starts up a new thread to listen when someone connects, initiates an SSL connection, and…