forked from rdkcentral/ThunderNanoServices
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Nexus] Unregister standby acknowledgements after joining
By default, Nexus expects will wait for all joined clients to acknowledge standby notifications when using Nexus for going to standby. It waits for those acknowledgments for some time (usually 10 secs) before going to standby, which causes a large delay to complete standby in case the clients don't acknowledge. All plugins currently joining Nexus are, by default, not acknowledging the standby, so they should call NxClient_UnregisterAcknowledgeStandby() after joining so that Nexus doesn't wait for them when going to standby. Make the NxClient_UnregisterAcknowledgeStandby() after NxClient_Join() for all plugins currently joining Nexus and not doing any standby acknowledgement. Signed-off-by: Ricardo Silva <[email protected]>
- Loading branch information
1 parent
360b47d
commit d005ac7
Showing
4 changed files
with
4 additions
and
0 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
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
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
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