pull/92551/head
J. Nick Koston 2023-05-05 08:23:12 -05:00
parent 4530099aba
commit 10ee2a8de7
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -398,6 +398,10 @@ class PullPointManager:
sync_result = await self._pullpoint_service.SetSynchronizationPoint()
LOGGER.debug("%s: SetSynchronizationPoint: %s", self._name, sync_result)
# Immediately renew the subscription since some cameras will
# will ignore the InitialTerminationTime parameter.
await self._async_call_pullpoint_subscription_renew()
# Always schedule an initial pull messages
self.async_schedule_pull_messages(0.0)