-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean-up service info on registration
Summary Clean-up service info on client registration. Details These changes fix an issue related to Suspend-To-RAM (STR) where a failure to de-register the application during suspend prevent it from offering a service when it tried to re-register. This is because the routing manager still kept some information from the previous lifecycle, which caused it to ignore the new information. The fix involves cleaning-up the local service info of the routing manager every time that a client tries to register.
- Loading branch information
1 parent
f73201c
commit 9abdb5f
Showing
1 changed file
with
22 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters