【fix】 添加协议解析处理

This commit is contained in:
wujiawei
2025-03-21 20:57:44 +08:00
parent cf9438a7da
commit 3321e0dd7b
41 changed files with 2162 additions and 23 deletions

View File

@ -39,7 +39,7 @@ public interface SocketApplicationListener extends CommandLineRunner, Disposable
/**
* 运行
*
* @throws InterruptedException
* @throws InterruptedException 异常信息
*/
void doRunning() throws Exception;