From 1148a0b6377b485aad3114c96db21782283dd5a4 Mon Sep 17 00:00:00 2001
From: Dave Conway-Jones
Date: Mon, 15 May 2017 22:05:33 +0100
Subject: [PATCH] tcp request - remove confusing timeout wording from info
---
nodes/core/io/31-tcpin.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/nodes/core/io/31-tcpin.html b/nodes/core/io/31-tcpin.html
index 3978a9235..6729f711b 100644
--- a/nodes/core/io/31-tcpin.html
+++ b/nodes/core/io/31-tcpin.html
@@ -240,7 +240,6 @@
immediately, without waiting for a reply.
The response will be output in msg.payload
as a buffer, so you may want to .toString() it.
If you leave tcp host or port blank they must be set by using the msg.host
and msg.port
properties.
- Note: Setting a timeout of 0 mS will return immediately and close the connection, without waiting for any reply.