this._socket.on('end', () => {
        this._log.debug('Got "end" event');

        this.emit('end');
      });