Hprose\Swoole\Socket\Client::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $uris = null )
    public function __construct($uris = null)
    {
        parent::__construct($uris);
        swoole_async_set(array("socket_buffer_size" => 2 * 1024 * 1024 * 1024 - 1, "socket_dontwait" => false));
    }