1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/nodes/core/io
Christopher Hiller 6e2e36e7a0
tcp: queue messages while connecting; closes #1414
- queues messages on a per-client basis while waiting for TCP server
  connection
- add `denque` package for performance (`shift()` happens in constant
  instead of `Array`'s linear time)
- add tests
- remove a duplicate test in `31-tcp_request.spec.js`
- cap queue at value specified in settings (`tcpMsgQueueSize`); default
  to 1000
- add `tcpMsgQueueSize` to `settings.js`

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
2018-03-20 13:45:44 -07:00
..
lib Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
05-tls.html Add passphrase to TLS node 2018-01-13 20:27:54 +00:00
05-tls.js Add passphrase to TLS node 2018-01-13 20:27:54 +00:00
10-mqtt.html Merge branch 'pr_1231' into 0.18 2018-01-11 22:46:18 +00:00
10-mqtt.js Add TLS options to WebSocket client 2018-01-25 20:26:35 +00:00
21-httpin.html change backquote in info text to <code>...</code> 2018-02-08 23:20:53 +09:00
21-httpin.js Prevent unmodified msg.headers from breaking HTTP Request flows 2017-06-27 11:24:20 +01:00
21-httprequest.html change backquote in info text to <code>...</code> 2018-02-08 23:20:53 +09:00
21-httprequest.js move node.send in exec and httprequest nodes 2018-02-06 11:36:13 +00:00
22-websocket.html Add TLS options to WebSocket client 2018-01-25 20:26:35 +00:00
22-websocket.js Add TLS options to WebSocket client 2018-01-25 20:26:35 +00:00
23-watch.html Let watch node recurse into subdirectories 2017-02-07 21:14:16 +00:00
23-watch.js Let watch node recurse into subdirectories 2017-02-07 21:14:16 +00:00
31-tcpin.html Modify messages in node properties to refer messages.json (#1339) 2017-07-19 13:50:34 +01:00
31-tcpin.js tcp: queue messages while connecting; closes #1414 2018-03-20 13:45:44 -07:00
32-udp.html Add sentence about clearing retained topic on mqtt 2017-05-05 12:31:18 +01:00
32-udp.js tag UDP ports in use properly so they get closed correctly (#1508) 2018-01-11 22:03:59 +00:00