ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
917 stars 375 forks source link

What PHP client can be used with this server? #88

Open omidgh88 opened 7 years ago

omidgh88 commented 7 years ago

What PHP client can be used with this server? any suggestion?

guillenexo commented 7 years ago

I am using this: https://github.com/psinetron/PHP_SocketIO_Client Just for sending messages to the server, and it works correctly.

omidgh88 commented 7 years ago

Thanks for your response. this class works same as some library i tried before but in the cmd that i run server.php print continuously "Socket error: The operation completed successfully." and this take 50% of my cpu :( any advice?

mhmd1983 commented 7 years ago

same problem "Socket error: The operation completed successfully."