wkjagt / Extendible-Web-Socket-Server

Extendible websockets server in PHP, including hooks.
36 stars 9 forks source link

Changed helper class to work with the newest websocket protocol #3

Open bramvdbogaerde opened 12 years ago

bramvdbogaerde commented 12 years ago

I changed the helper class to work with the newest websocket protocol. The client can now send messages to server but the server cannot send any of them back. Google Chrome says: the server must not mask any of the frames send to the client I'm searching for a solution for that.