@resolveio/server-lib 5.2.23 → 5.2.24

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.
@@ -197,7 +197,7 @@ var SubscriptionManager = /** @class */ (function () {
197
197
  });
198
198
  }
199
199
  else {
200
- this._mainServer.getMethodManager().sendEmail('dev@resolveio.com', 'SERVER - Subscription Error Detected (Same socket and user) - ' + that.serverConfig['CLIENT_NAME'], 'Pub: ' + sub.publication + ', id_user: ' + ws['id_user']);
200
+ // this._mainServer.getMethodManager().sendEmail('dev@resolveio.com', 'SERVER - Subscription Error Detected (Same socket and user) - ' + that.serverConfig['CLIENT_NAME'], 'Pub: ' + sub.publication + ', id_user: ' + ws['id_user']);
201
201
  }
202
202
  }
203
203
  // If sub not found, create new sub
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "5.2.23",
3
+ "version": "5.2.24",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {