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.
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