This commit is contained in:
Gregory Salaun 2025-04-06 18:36:32 +02:00
commit 026915fdec
2 changed files with 3 additions and 2 deletions

View File

@ -135,7 +135,8 @@ func (c *TCPClient) ReadLine() {
message, _ = strings.CutSuffix(message, "\r") message, _ = strings.CutSuffix(message, "\r")
if err != nil { if err != nil {
Log.Errorf("Error reading message: %s", err) Log.Errorf("Error reading message: %s", err)
continue c.Conn.Close()
c.StartClient()
} }
if strings.Contains(message, Cfg.Cluster.LoginPrompt) { if strings.Contains(message, Cfg.Cluster.LoginPrompt) {

View File

@ -8,7 +8,7 @@ sqlite:
sqlite_path: 'C:\Perso\Seafile\Radio\Logs\Log4OM\F4BPO.SQLite' # SQLite Db oath of Log4OM sqlite_path: 'C:\Perso\Seafile\Radio\Logs\Log4OM\F4BPO.SQLite' # SQLite Db oath of Log4OM
callsign: F4BPO # Log4OM Callsign used to check if you get spotted by someone callsign: F4BPO # Log4OM Callsign used to check if you get spotted by someone
cluster: cluster:
server: dxc.k0xm.net server: cluster.f4bpo.com # dxc.k0xm.net
port: 7300 port: 7300
login: f4bpo login: f4bpo
skimmer: true skimmer: true