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

Add flags to NatsMsg and JetStream Request #652

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Add flags to NatsMsg and JetStream Request #652

wants to merge 13 commits into from

Commits on Oct 12, 2024

  1. Add flags to NatsMsg

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    4b231fc View commit details
    Browse the repository at this point in the history
  2. Code comments for msg size

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d8c80f9 View commit details
    Browse the repository at this point in the history
  3. Format

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    be0334f View commit details
    Browse the repository at this point in the history
  4. Fix warnings

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    dfa7d03 View commit details
    Browse the repository at this point in the history
  5. Keep 503 header

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d68ec5b View commit details
    Browse the repository at this point in the history
  6. Format

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    93c3ab7 View commit details
    Browse the repository at this point in the history
  7. JetStream TryJSRequestAsync

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a4517e0 View commit details
    Browse the repository at this point in the history
  8. Format

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2f8e90e View commit details
    Browse the repository at this point in the history
  9. Fix tests

    mtmk committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a64fd08 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    71ed9d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5b699 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    643e3d5 View commit details
    Browse the repository at this point in the history
  4. Refactor NatsJSContext error handling logic.

    Reordered error checks in `NatsJSContext.cs` to prioritize handling `HasNoResponders` and `null` data conditions early. Modified flag checks in `NatsMsg.cs` for `IsEmpty` and `HasNoResponders` by directly using bitwise operations instead of enum comparisons.
    mtmk committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2f9e815 View commit details
    Browse the repository at this point in the history