修复合并的bug

This commit is contained in:
648540858
2022-11-29 17:51:45 +08:00
parent 6c9d6f0054
commit 38a85d432a
2 changed files with 2 additions and 4 deletions

View File

@@ -127,8 +127,6 @@ public class NotifyRequestProcessor extends SIPRequestProcessorParent implements
}
}catch (Exception e) {
logger.error("处理NOTIFY消息时错误", e);
}finally {
taskQueueHandlerRun = false;
}
});
}