Cli\Agent::free PHP Method

free() public method

Free stream socket
public free ( ) : null
return null
    function free()
    {
        $this->server->free($this->socket);
    }