Disque\Command\BaseCommand::isBlocking PHP 메소드

isBlocking() 공개 메소드

Tells if this command blocks while waiting for a response, to avoid being affected by connection timeouts.
public isBlocking ( ) : boolean
리턴 boolean If true, this command blocks
    public function isBlocking()
    {
        return false;
    }