疯狂的狮子Li
2024-08-01 b886f3a04b5b3b109cb0b1a8989f8c71e5f73d89
ruoyi-common/ruoyi-common-sse/src/main/java/org/dromara/common/sse/core/SseEmitterManager.java
@@ -46,7 +46,7 @@
        if (emitters != null) {
            try {
                emitters.get(token).send(SseEmitter.event().comment("disconnected"));
            } catch (IOException ignore) {
            } catch (Exception ignore) {
            }
            emitters.remove(token);
        }