Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.2
-
None
-
chrome / firefox
-
-
a43383a74 (dev), 1ac893c20 (6.5), b7c35f6fb (6.4)
Description
Using QWebsocket in c++ with the linked code,
You will see that the return value of method sendTextMessage and sendBinaryMessage are 0.
Tested using my own websocket server (python3 websockets) or https://www.piesocket.com/websocket-tester.
(note that piesocket.com/websocket-tester answer to a binary message as a text message.)