@reactoo/watchtogether-sdk-js 2.8.54 → 2.8.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56177,8 +56177,9 @@ function _connectionClosed() {
56177
56177
  } else if (!this.isDisconnecting) {
56178
56178
  this.disconnect().catch(() => {});
56179
56179
  }
56180
+ } else {
56181
+ this.emit('error', e);
56180
56182
  }
56181
- this.emit('error', e);
56182
56183
  });
56183
56184
  }
56184
56185
  function _wipeListeners() {