ckb_test
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
0 deletions
-
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/message/notify/cmd/KeepaliveNotifyMessageHandler.java
|
@ -68,6 +68,7 @@ public class KeepaliveNotifyMessageHandler extends SIPRequestProcessorParent imp |
|
|
} |
|
|
} |
|
|
if (device.getPort() != rPort) { |
|
|
if (device.getPort() != rPort) { |
|
|
device.setPort(rPort); |
|
|
device.setPort(rPort); |
|
|
|
|
|
device.setHostAddress(received.concat(":").concat(String.valueOf(rPort))); |
|
|
videoManagerStorager.updateDevice(device); |
|
|
videoManagerStorager.updateDevice(device); |
|
|
redisCatchStorage.updateDevice(device); |
|
|
redisCatchStorage.updateDevice(device); |
|
|
} |
|
|
} |
|
|