测试关联

This commit is contained in:
wulin 2023-10-24 15:29:27 +08:00
parent f98440eae9
commit f71e106009

View File

@ -292,6 +292,7 @@ public class BaseWebSocketService {
return Mono.just(""); return Mono.just("");
} }
try { try {
//为了算法按顺序收到 //为了算法按顺序收到
Thread.sleep(80); Thread.sleep(80);
}catch (Exception e){ }catch (Exception e){