node-red/nodes
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
..
core tcp: queue messages while connecting; closes #1414 2018-03-20 13:45:44 -07:00
99-sample.html.demo Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
99-sample.js.demo Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00