Issue with Safari 10.1 and websockets?
I'm having issues sending data over a web-socket in JS from Safari 10.1 (fine in 10.0.3).
If I call websocket.sendMessage with a UInt8Array of size greater than approx. 23090, then I get an exception 'Websocket connection to 'XXXX' failed: Failed to send Websocket frame and I get an onclosed callback on the socket.
Is this a bug or has there been some new function added that I have to code against? (recommendations?)
Thank you.
MacBook Pro with Retina display, OS X El Capitan (10.11.6)