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

fix(store): greedy heightSub cancellation #168

Merged
merged 1 commit into from
Apr 2, 2024

Commits on Apr 1, 2024

  1. fix(store): greedy heightSub cancellation

    So I was playing around with the similar code and taking heightSub as an inspiration. While writing that code I realized that heightSub has a nasty bug.
    Basically a subscription cancellation removes the others active subs for the same height leaving them blocked forever.
    We could observe some abnormal blockings in the past and this may explain it.
    Wondertan committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    05bf4df View commit details
    Browse the repository at this point in the history