Clue\React\Redis\StreamingClient::end PHP Method

end() public method

public end ( )
    public function end()
    {
        $this->ending = true;
        if (!$this->isBusy()) {
            $this->close();
        }
    }