Add optional string type output to tcp request node

to be similar to tcp in. node
This commit is contained in:
Dave Conway-Jones
2021-10-19 21:34:23 +01:00
parent 8d79deffb5
commit d3f978c90c
3 changed files with 36 additions and 5 deletions

View File

@@ -598,7 +598,9 @@
"character": "when character received is",
"number": "a fixed number of chars",
"never": "never - keep connection open",
"immed": "immediately - don't wait for reply"
"immed": "immediately - don't wait for reply",
"buffer": "a Buffer",
"string": "a String"
},
"status": {
"connecting": "connecting to __host__:__port__",