subscribe: handler => {
        if (!this.client) {
          return this._addCache(topic, 'subscribe', handler);
        }
        logger.debug(this.name + '/SUBSCRIBE to', topic);