voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

maybe use message coalescing #69

Open Habbie opened 6 months ago

Habbie commented 6 months ago

I spotted combined messages in single websocket frames, surrounded by [] in JSON. I thought we would have to handle it at some point, but I see now that haweb explicitly enables the feature, so we don't -need- to do anything, but we might want to anyway, for big installations.

More context at https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/809 and https://github.com/home-assistant/home-assistant-js-websocket/pull/306