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

[IMPROVED] ServiceImport Reply Optimizations #4591

Merged
merged 4 commits into from Sep 27, 2023
Merged

Commits on Sep 27, 2023

  1. Remove commented out code

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    aaf2381 View commit details
    Browse the repository at this point in the history
  2. Make server shutdown an atomic and check inside unsubscribe to avoid …

    …unnecessary work.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c5b98f5 View commit details
    Browse the repository at this point in the history
  3. Small performance tweak to checkForReverseEntries.

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4e0656f View commit details
    Browse the repository at this point in the history
  4. When unsubscribing do not check rrMap for reserved replies.

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    75236a5 View commit details
    Browse the repository at this point in the history