I get this error because the string the server returns is > 65.536 bytes.
In previous versions of jWebSocket, "setMaxTextMessageSize" could be called with a JavaObject, that doesn't seem to work anymore in jWebSocket v2.
What's the alternative? The server isn't under my control so I can't make the returned string shorter.
In previous versions of jWebSocket, "setMaxTextMessageSize" could be called with a JavaObject, that doesn't seem to work anymore in jWebSocket v2.
What's the alternative? The server isn't under my control so I can't make the returned string shorter.