#
LSH
2022-11-28 0956cd2d3f2840f2f26855f05a83165d63dd7ba1
src/main/java/com/zy/core/cache/MessageQueue.java
@@ -127,6 +127,7 @@
    public static void clear(SlaveType type, Integer id){
        switch (type) {
            case Crn:
                CRN_EXCHANGE.get(id).clear();
                break;
            case Devp: