Clue\React\Redis\StreamingClient::end PHP 메소드

end() 공개 메소드

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