mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
enhancement #I4PTY4 修复CopyOnWriteHashMap可能存在的Bug
This commit is contained in:
@@ -47,7 +47,7 @@ public class RefreshRuleSpringbootTest extends BaseTest {
|
||||
public void testRefresh2() throws Exception{
|
||||
new Thread(() -> {
|
||||
try {
|
||||
Thread.sleep(1000L);
|
||||
Thread.sleep(3000L);
|
||||
String content = ResourceUtil.readUtf8Str("classpath: /refreshRule/flow_update.xml");
|
||||
FlowBus.refreshFlowMetaData(FlowParserTypeEnum.TYPE_XML, content);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user