Hi I am using wampy.js on the client side, server side is ratchet php server.
I am trying the basic wamp samples mentioned on ratchet site, with wampy.js on the client side, it works in firefox (I have version 30.0 installed), however it doesn't work on Chrome (Version 35.0.1916.153 m, latest version).
This is the error:
WebSocket connection to 'ws://192.168.1.70:8080/ws' failed: Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' header but no response was received
I debugged into the code, the problem is the sub-protocol.
So I am trying a simple js connection. the follow works:
but the following will throw above error in Chrome:
So can anyone confirm that wamp2.0 is NOT supported in Chrome? If it is true, can I force wampy.js to use wamp v1?
thanks