vantiv.io 1.0.2 → 1.0.4

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.2",
3
+ "version": "1.0.4",
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",
@@ -39,8 +39,7 @@ class MessageHandler {
39
39
 
40
40
  _processMessage(message) {
41
41
  if (message._type === 'KeepaliveResponse') {
42
- this.keepAliveManager.handlePong();
43
- return;
42
+ return
44
43
  }
45
44
 
46
45
  if (this.fireAndForget && this.fireAndForget._responseHandler(message)) {