This change fixes the bug. https://github.com/LibVNC/libvncserver/commit/7b9fc019de681125df48eb0650d3235aed87d8a5
@@ -794,6 +794,7 @@ webSocketsEncodeHybi(rfbClientPtr cl, const char *src, int
len, char **dst)
/* calculate the resulting size */
blen = B64LEN(len);
} else {
+ opcode = WS_OPCODE_BINARY_FRAME;
blen = len;
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

