mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
6e2e36e7a0
- 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> |
||
---|---|---|
.. | ||
lib | ||
05-tls.html | ||
05-tls.js | ||
10-mqtt.html | ||
10-mqtt.js | ||
21-httpin.html | ||
21-httpin.js | ||
21-httprequest.html | ||
21-httprequest.js | ||
22-websocket.html | ||
22-websocket.js | ||
23-watch.html | ||
23-watch.js | ||
31-tcpin.html | ||
31-tcpin.js | ||
32-udp.html | ||
32-udp.js |