-
Notifications
You must be signed in to change notification settings - Fork 149
FTP Bug #416
Copy link
Copy link
Open
Labels
core bugBug related to the core SquadJS APIBug related to the core SquadJS API
Metadata
Metadata
Assignees
Labels
core bugBug related to the core SquadJS APIBug related to the core SquadJS API
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.