src/main/kotlin/cn/flightfeather/supervision/socket/WebSocketMessageParser.java
文件名从 src/main/kotlin/cn/flightfeather/supervision/socket/WebSocketMessageDecoder.java 修改
@@ -3,7 +3,7 @@
import cn.flightfeather.supervision.common.utils.JsonUtil;
import org.springframework.util.StringUtils;
public class WebSocketMessageDecoder {
public class WebSocketMessageParser {
    private static final String START_STR = "##";
    private static final String SPLIT_STR = "&&";
    private static final String END_STR = "%%";