Reconnect TCP Request Node

Is there a way to force reconnect a TCP Request node from a flow?

I can use a Status node to monitor if the TCP Request node is connected... but I can't seem to find a way to force reconnect if needed?

by default it should automatically retry.
The default retry is set in settings.js

// Retry time in milliseconds for TCP socket connections
//socketReconnectTime: 10000,

Thanks @dceejay...

If it is commented out in the settings.js by default will it still try to reconnect? If so, do you know what the default socketReconnectTime is?

yes it will and that is the default (in mS)

Thanks for clarifying that for me @dceejay.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.