mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-15 16:17:48 +08:00
调整国标级联通道发送逻辑
This commit is contained in:
parent
70356c08d2
commit
4765d0efa6
@ -266,8 +266,7 @@ public class SIPCommanderForPlatform implements ISIPCommanderForPlatform {
|
|||||||
});
|
});
|
||||||
}else {
|
}else {
|
||||||
sipSender.transmitRequest(parentPlatform.getDeviceIp(), request, eventResult -> {
|
sipSender.transmitRequest(parentPlatform.getDeviceIp(), request, eventResult -> {
|
||||||
log.error("[目录推送失败] 国标级联 platform : {}, code: {}, msg: {}, 停止发送", parentPlatform.getServerGBId(), eventResult.statusCode, eventResult.msg);
|
log.error("[目录推送失败] 国标级联 platform : {}, code: {}, msg: {}", parentPlatform.getServerGBId(), eventResult.statusCode, eventResult.msg);
|
||||||
dynamicTask.stop(timeoutTaskKey);
|
|
||||||
}, null);
|
}, null);
|
||||||
dynamicTask.startDelay(timeoutTaskKey, ()->{
|
dynamicTask.startDelay(timeoutTaskKey, ()->{
|
||||||
int indexNext = index + parentPlatform.getCatalogGroup();
|
int indexNext = index + parentPlatform.getCatalogGroup();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user