CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: max(five, nine)?
(Example: nine)

The Note You're Voting On

jgotti
12 years ago
Just a note to say that if you encounter problem closing some sockets using fclose in a multi client server, you should really give this one a try.

Spent a full day trying to resolve this issue using stream_socket_shutdown($clientStream,STREAM_SHUT_RDWR);
finally do the trick.

<< Back to user notes page

To Top