Page 1 of 1

Websocket

Posted: Thu May 20, 2010 6:06 am
by kerepuki
Hey guys,

I am wondering if someone can help with updating the Google project PHP/websocket code. I have everything running including the bot chat but when I connect to the socket server and send a message only the client that I sent the message from gets a response. Shouldnt all connected clients get the response? Isnt that the point of using sockets?

Any help would be greatly appreciated.

http://code.google.com/p/phpwebsocket/ is what I am trying to modify.