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

[broker] Fix issue that message ordering could be broken when redelivering messages on Key_Shared subscription #10762

Merged
merged 5 commits into from Jul 15, 2021

Commits on Jul 14, 2021

  1. Fix issue that message ordering could be broken when redelivering mes…

    …sages on Key_Shared subscription
    Masahiro Sakamoto committed Jul 14, 2021
    Copy the full SHA
    e6983d7 View commit details
    Browse the repository at this point in the history
  2. Do not use FastThreadLocal

    Masahiro Sakamoto committed Jul 14, 2021
    Copy the full SHA
    ed44d50 View commit details
    Browse the repository at this point in the history
  3. Remove usage of Long

    Masahiro Sakamoto committed Jul 14, 2021
    Copy the full SHA
    8c62644 View commit details
    Browse the repository at this point in the history
  4. Use forEach() instead of values()

    Masahiro Sakamoto committed Jul 14, 2021
    Copy the full SHA
    101391c View commit details
    Browse the repository at this point in the history
  5. Use forEach() instead of keys()

    Masahiro Sakamoto committed Jul 14, 2021
    Copy the full SHA
    266ca5d View commit details
    Browse the repository at this point in the history