Commit c23932eb00edfa5f734b0d17eced838c5c7577c0

Authored by 648540858
1 parent cb213f44

#221

src/main/java/com/genersoft/iot/vmp/gb28181/event/platformKeepaliveExpire/PlatformKeepaliveExpireEventLister.java
... ... @@ -66,6 +66,7 @@ public class PlatformKeepaliveExpireEventLister implements ApplicationListener<P
66 66 storager.updateParentPlatformStatus(event.getPlatformGbID(), false);
67 67 publisher.platformNotRegisterEventPublish(event.getPlatformGbID());
68 68 parentPlatformCatch.setKeepAliveReply(0);
  69 + redisCatchStorage.updatePlatformCatchInfo(parentPlatformCatch);
69 70 }else {
70 71 // 再次发送心跳
71 72 String callId = sipCommanderForPlatform.keepalive(parentPlatform);
... ...