Websocket frames for large messages are broken
The current encoding function in the websocket implementation can not handle messages whose length does not fit in 16 bits. This breaks editlets because they sent large chunks of data at once.
The current encoding function in the websocket implementation can not handle messages whose length does not fit in 16 bits. This breaks editlets because they sent large chunks of data at once.