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
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
..
analysis move i18n info text of core nodes under nodes/core/locales directory 2018-03-03 10:39:11 +09:00
core Merge pull request #1657 from node-red-hitachi/move-i18n-info-text 2018-03-20 20:44:54 +00:00
hardware Fix pi gpio output of boolean to actually send 1/0 2018-02-27 23:26:32 +00:00
io tcp: queue messages while connecting; closes #1414 2018-03-20 13:45:44 -07:00
locales Merge pull request #1657 from node-red-hitachi/move-i18n-info-text 2018-03-20 20:44:54 +00:00
logic Merge pull request #1657 from node-red-hitachi/move-i18n-info-text 2018-03-20 20:44:54 +00:00
parsers move i18n info text of core nodes under nodes/core/locales directory 2018-03-03 10:39:11 +09:00
storage move i18n info text of core nodes under nodes/core/locales directory 2018-03-03 10:39:11 +09:00