GameProgressive / UniSpyServer

An Open source GameSpy emulator written in C#
GNU Affero General Public License v3.0
134 stars 18 forks source link

MySQL connection problem #22

Closed Sporesirius closed 4 years ago

Sporesirius commented 4 years ago

The connection to the MySQL database is interrupted by the MySQL server after 8 hours because the wait_timeout is 28800 seconds by default. Our MySQL Connector should send keep alives to allow long-lasting connections even when there are no queries, but it does not, so a timeout occurs.

This problem occurs under Linux, doesn't know if this problem also occurs under Windows?