Skip to content

three bugs and their fixes in comm() function #72

@volkirik

Description

@volkirik

first one:

$this->write($com, ($count===0));

second (query commands need to be send with question mark)

                    case "?":
                        $el = "?$k=$v";

third (hang forever):

                $last = ($i === $count - 1);
                $this->write($el, $last);
				$i++;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions