Websocket

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kerepuki
Forum Commoner
Posts: 30
Joined: Fri Oct 29, 2004 12:28 am

Websocket

Post 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.
Post Reply