Accessing the logs and configurations via FTP does not work properly. JquadJS establishes a connection, completes its data transfer, but then fails to close the connections.
The result is that we then have many unused and unnecessary connections to the game server's FTP. At some point, the FTP server blocks a new connection.
Please ensure that every FTP connection is closed after use.
Accessing the logs and configurations via FTP does not work properly. JquadJS establishes a connection, completes its data transfer, but then fails to close the connections.
The result is that we then have many unused and unnecessary connections to the game server's FTP. At some point, the FTP server blocks a new connection.
Please ensure that every FTP connection is closed after use.