TCP Server maintain connection with client #394
Replies: 3 comments
-
OK, let me make sure I understand the request. You want to use "Resend" with persistent TCP. You want it to resend inside the current persistent TCP window and not spawn a new window with each resend. Is this correct? Note: This is not quite the same, but you can currently do automatic responses with macros within persistent TCP windows. |
Beta Was this translation helpful? Give feedback.
-
Yes, that is correct
Jerry
From: Dan Nagle ***@***.***>
Sent: Sunday, May 4, 2025 7:13 PM
To: dannagle/PacketSender ***@***.***>
Cc: Jerryc4174 ***@***.***>; Author ***@***.***>
Subject: Re: [dannagle/PacketSender] TCP Server maintain connection with client (Discussion #394)
OK, let me make sure I understand the request.
You want to use "Resend" with persistent TCP. You want it to resend inside the current persistent TCP window and not spawn a new window with each resend.
Is this correct?
Note: This is not quite the same, but you can currently do automatic responses with macros within persistent TCP windows.
—
Reply to this email directly, view it on GitHub <#394 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQMQW26426SNXHNTWTRPL5T242NILAVCNFSM6AAAAAB4BKN6QWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMBTGM4DCMI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AQMQW27EEV5F2NFZZWLDB4T242NILA5CNFSM6AAAAAB4BKN6QWWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAY3QVG.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
I like this idea, but I am already in the middle of a release. This idea can be added to the following one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to emulate a TCPIP server that sends out a message and receives a response from the client while maintaining the server client connection between repeated messages. I
Beta Was this translation helpful? Give feedback.
All reactions