fix tcp port not waiting as per info/previous behaviour

add separate return immediate mode rather than conflate ideas
This commit is contained in:
Dave Conway-Jones
2017-05-11 17:24:20 +01:00
parent 49389d6f06
commit 6b4e15dd0f
3 changed files with 27 additions and 18 deletions

View File

@@ -417,7 +417,8 @@
"timeout": "after a fixed timeout of",
"character": "when character received is",
"number": "a fixed number of chars",
"never": "never - keep connection open"
"never": "never - keep connection open",
"immed": "immediately - don't wait for reply"
},
"status": {
"connecting": "connecting to __host__:__port__",