sanwebe / Chat-Using-WebSocket-and-PHP-Socket

Simple Example of Chat system using PHP socket and HTML5 WebSockets
184 stars 129 forks source link

Maybe an error in server.php #1

Closed Ciao121 closed 8 years ago

Ciao121 commented 8 years ago

Should't socket_close($sock); be socket_close($socket); ? Sometimes I get many CLOSE_WAIT connections. Maybe this is the cause?

sanwebe commented 8 years ago

It is fixed thanks.