mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
tcp request - remove confusing timeout wording from info
This commit is contained in:
parent
524021f0fa
commit
1148a0b637
@ -240,7 +240,6 @@
|
||||
immediately, without waiting for a reply.</p>
|
||||
<p>The response will be output in <code>msg.payload</code> as a buffer, so you may want to .toString() it.</p>
|
||||
<p>If you leave tcp host or port blank they must be set by using the <code>msg.host</code> and <code>msg.port</code> properties.</p>
|
||||
<p><b>Note: </b>Setting a timeout of 0 mS will return immediately and close the connection, without waiting for any reply.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Loading…
Reference in New Issue
Block a user