TCP close?
Posted: 20 Jan 2026 21:22
Hi there,
I heavily use the TCP connection and it just occured to me, that when testing a script, the ping timeout is visible in the output console:
Which makes me wonder: do I need to say goodbye via the TCP? I know that for long-lived TCP connections you need to send the PING command, but my TCP connections are shortlived.
I heavily use the TCP connection and it just occured to me, that when testing a script, the ping timeout is visible in the output console:
Code: Select all
20-1-2026 21:20:34: Processing Script-Line 6 (Retries=4000): 1 LeastRecentlyPlayed : ALLES (Filter=~[Rating] <> '20', Options=None)
20-1-2026 21:20:34: System.Exception
Client Ping timeout!
at cv.mV.Fk75(Object , FirstChanceExceptionEventArgs )
at ProppFrexx.RemoteControl.RemoteControlTCPClient.ikwG()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()