@@ -389,7 +389,7 @@
}
//TODO sse测试
- const clientId = 'uniqueClientId123'+"___"+sessionId;
+ /*const clientId = 'uniqueClientId123'+"___"+sessionId;
let reconnectAttempts = 0;
const maxReconnectAttempts = 5;
const reconnectDelay = 2000; // 2秒
@@ -442,7 +442,7 @@
// 初始连接
- connect();
+ connect();*/
</script>
</body>
</html>