fix(dict): 修复字典请求失败后队列未清理导致永久阻塞
This commit is contained in:
@@ -39,7 +39,7 @@ function createDictSyncHook() {
|
||||
const messageCallbacks = ref<DictMessageCallback[]>([]);
|
||||
|
||||
// 重试定时器
|
||||
let retryTimer: any = null;
|
||||
let retryTimer: ReturnType<typeof setTimeout> | null = null;
|
||||
|
||||
/**
|
||||
* 注册字典消息回调
|
||||
|
||||
Reference in New Issue
Block a user