Disque\Command\BaseCommand::isBlocking PHP Method

isBlocking() public method

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