|
@@ -44,7 +44,7 @@ public class SseController {
|
|
String emitterKey = APPLICATION_NAME + "-userid-" + Convert.toStr(SecurityUtil.getUserId() + "-" + browserWindowUUID);
|
|
String emitterKey = APPLICATION_NAME + "-userid-" + Convert.toStr(SecurityUtil.getUserId() + "-" + browserWindowUUID);
|
|
|
|
|
|
// 如果存在,则关闭
|
|
// 如果存在,则关闭
|
|
- sseUtil.closeIfExist(emitterKey);
|
|
|
|
|
|
+ // sseUtil.closeIfExist(emitterKey);
|
|
|
|
|
|
// System.out.println("browserWindowUUID = " + browserWindowUUID);
|
|
// System.out.println("browserWindowUUID = " + browserWindowUUID);
|
|
// System.out.println("emitterKey = " + emitterKey);
|
|
// System.out.println("emitterKey = " + emitterKey);
|