Tcp: howto close inbound connection

Hi @billyrudi,

When you activate (in the TCP-Out node's config screen) this checkbox:

image

Then you will see that your node.doend will become true:

image

So as soon as a input message arrives in the TCP-Out node, the client connection will be closed:

image

Bart