!7 rPort 变更了HostAddres也要变

Merge pull request !7 from ckb_test/N/A
This commit is contained in:
panll 2022-03-02 06:23:31 +00:00 committed by Gitee
commit 94af90fa14
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -68,6 +68,7 @@ public class KeepaliveNotifyMessageHandler extends SIPRequestProcessorParent imp
}
if (device.getPort() != rPort) {
device.setPort(rPort);
device.setHostAddress(received.concat(":").concat(String.valueOf(rPort)));
videoManagerStorager.updateDevice(device);
redisCatchStorage.updateDevice(device);
}