refine: TCP client mode handled by plugin itself
This commit is contained in:
@@ -130,7 +130,8 @@ class TelemetryListener:
|
||||
logger.info("TCP server started on %s:%d [game=%s]", host, port, selected_game or "none")
|
||||
return ok
|
||||
else:
|
||||
logger.info("TCP client mode - awaiting manual connection to upstream")
|
||||
# TCP client mode: plugin handles its own connection
|
||||
logger.info("TCP client mode - plugin handles connection [game=%s]", selected_game or "none")
|
||||
self._running = True
|
||||
return True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user