mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-04-08 20:55:02 +02:00
The “STREAM_CLIENT_ASYNC_CONNECT” seems to cause problems (see #7).
This commit is contained in:
parent
acce572374
commit
085400bd17
@ -152,7 +152,7 @@ final class XCP extends Base
|
||||
/* out */ $errno,
|
||||
/* out */ $errstr,
|
||||
ini_get('default_socket_timeout'), // Default value.
|
||||
STREAM_CLIENT_CONNECT | STREAM_CLIENT_ASYNC_CONNECT
|
||||
STREAM_CLIENT_CONNECT
|
||||
);
|
||||
if (!$hdl)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user