You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/10/06 23:29:44 UTC

[GitHub] [nifi] thenatog commented on pull request #6492: NIFI-10604 - Added idle connection timeout property to ListenTCP. Tes…

thenatog commented on PR #6492:
URL: https://github.com/apache/nifi/pull/6492#issuecomment-1270840367

   I tested this idle connection timeout using the ListenTCP processor configured with a listen port of 10054, and the idle timeout set to 5 seconds. I ran the command "nc 127.0.0.1 10054", which opens a TCP connection to 10054, accepting text input from the command line. You can write a message as input to the command, hit return, and wait 5 seconds and the command will terminate, as the connection has been closed by ListenTCP. I believe also waiting 5 seconds and sending no message will also have the connection close.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org