holysoles / ginrcon

A simple HTTP REST API to proxy RCON commands to a game server
MIT License
3 stars 0 forks source link

default server connection does not get re-initialized if connection broken #2

Closed holysoles closed 8 months ago

holysoles commented 8 months ago

The default RCON server connection gets initialized on application startup and holds a connection open, waiting for a command to be received.

If the RCON connection is terminated, such as by the gameserver rebooting, the user starts to receive 500 errors since the command cannot be processed.