vantiv.io 1.0.7 → 1.0.8

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": "vantiv.io",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Enterprise WebSocket infrastructure for Highrise featuring spatial intelligence systems, memory-optimized architecture, and production-grade reliability for scalable application development",
5
5
  "keywords": [
6
6
  "highrise",
@@ -34,11 +34,6 @@ class ConnectionManager extends EventEmitter {
34
34
  }
35
35
 
36
36
  _establishConnection() {
37
- if (this.reconnecting || this.connected) {
38
- this.logger.debug('ConnectionManager', 'Connection attempt already in progress — skipping');
39
- return;
40
- }
41
-
42
37
  if (!this.connectionAuth) {
43
38
  throw new Error('No connection authentication available');
44
39
  }