-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I found out that if you change line 43 from:
: ($this->socket = stream_socket_client($this->server));
to
: ($this->socket = stream_socket_client($this->server, $errorno, $errorstr, NULL, STREAM_CLIENT_PERSISTENT));
connection will stay alive and it will work much faster in sequential requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels