this._socket.on('data', data => {
        this._log.trace('Got data');

        this.emit('data', data);
      });