@reactoo/watchtogether-sdk-js 2.7.42 → 2.7.43

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactoo/watchtogether-sdk-js",
3
- "version": "2.7.42",
3
+ "version": "2.7.43",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
package/src/models/iot.js CHANGED
@@ -212,7 +212,7 @@ let iot = function () {
212
212
  checkConnection: () => {
213
213
  return this.__privates.iot.checkConnection()
214
214
  .catch(error => {
215
- if(!shouldBeConnected || isReconnecting) {
215
+ if(!shouldBeConnected) {
216
216
  this.__privates.iot.log('Ignoring connection check failure, not connected');
217
217
  return Promise.resolve();
218
218
  }