This commit is contained in:
2025-10-19 18:27:09 +02:00
parent fd4ad12e44
commit 77e0343330
6 changed files with 206 additions and 336 deletions

View File

@@ -134,8 +134,6 @@ func (c *TCPClient) connect() error {
c.LoggedIn = false
c.reconnectAttempts = 0 // Reset sur connexion réussie
Log.Infof("Successfully connected to %s", addr)
return nil
}