Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Remove multicast group from cache when group is uninstalled #4176

Merged
merged 1 commit into from
Sep 5, 2022

Commits on Sep 5, 2022

  1. Bugfix: Remove multicast group from cache when group is unintalled

    An issue exists in the code when calling UninstallGroups in multicast
    feature, that the group entry in the cache is not removed. This is
    because the existing code only remove group in featureService cache.
    
    To resolve the issue, rename the existing API UninstallGroup as
    UninstallServiceGroup, and add a new API UninstallMulticastGroup to
    delete multicast related groups. The new API also removes the group
    entry in the cache.
    
    Signed-off-by: wenyingd <[email protected]>
    wenyingd committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d216562 View commit details
    Browse the repository at this point in the history