When receiving messages form the ADS via WebSocket, the ADS packs multiple updates into an array of messages. The format appears to be and array of JSON formatted messages.
When posting publishing for performance testing, it would be beneficial to able to pack the post update messages into an array of messages and then send the array.
Is this possible? I can find no reference to message packing in the spec, the examples or on the forums.
Thanks!