疯狂的狮子Li
2024-08-01 588a47897abd7da0cf2860fb4da9e9ddddc55880
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);
        }