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

feat: fix old listener destroy but not remove lead to new same app ur… #14669

Merged
merged 4 commits into from
Oct 9, 2024

Commits on Sep 12, 2024

  1. feat: fix old listener destroy but not remove lead to new same app ur…

    …l subscribe fail
    
    When url A and B mapping to appA in mapping cache file, but A is mapping to appA and appB in remote.
    A subscribe first, put appA instance listener. but onEvent change to appA and appB mapping.
    Then destroy appA instance listener, but not remove.
    And then B subscribe, on account of old instance listener not remove, it's subscribe failed.
    haifeng.pang committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    754e2bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2254514 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    67b0508 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    dad70dd View commit details
    Browse the repository at this point in the history