#
luxiaotao1123
2024-10-14 129855f7cd2f65b921544b15f4748d4048be76ad
zy-acs-flow/src/map/websocket.js
@@ -6,7 +6,7 @@
        this.url = WEBSOCKET_BASE_URL + path;
        this.webSocket = null;
        this.heartbeatInterval = null; // Store the interval ID
        this.heartbeatFrequency = 30000; // Heartbeat every 30 seconds
        this.heartbeatFrequency = 5 * 1000; // Heartbeat every 30 seconds
    }
    connect() {