I\'m trying to develop a webchat with HTML5 websocket (with hybi-17 protocol) but I\'ve some problems with chars decoding. This is what I s
Using the base server.php and client.html from http://code.google.com/p/phpwebsocket/ along with modification from HTML5 WebSocket with hybi-17 to deal with the single key standard I can successfully send one message to the server before it closes unexpectedly. It's at least a step closer just not sure as of yet why it closes after one successful message.