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

Send buffer changes #346

Merged
merged 30 commits into from
Feb 2, 2024
Merged

Send buffer changes #346

merged 30 commits into from
Feb 2, 2024

Commits on Jan 22, 2024

  1. Send buffer refinements

    mtmk committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e90d588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2604370 View commit details
    Browse the repository at this point in the history
  3. Default write buffer size

    mtmk committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    85972f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Revert tmp comment outs

    mtmk committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    78f0392 View commit details
    Browse the repository at this point in the history
  2. HPUB writer fix

    mtmk committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    abf863c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 341-send-buffer-refinement

    # Conflicts:
    #	src/NATS.Client.Core/Commands/ProtocolWriter.cs
    #	src/NATS.Client.Core/Internal/NatsPipeliningWriteProtocolProcessor.cs
    #	tests/NATS.Client.TestUtilities/InMemoryTestLoggerFactory.cs
    mtmk committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d607449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b87f22 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    0623d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e15356 View commit details
    Browse the repository at this point in the history
  3. Tidy up

    mtmk committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1d11ccf View commit details
    Browse the repository at this point in the history
  4. Reverted ping command

    mtmk committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    693266d View commit details
    Browse the repository at this point in the history
  5. Revert to clearing buffer

    Other NATS clients do the same
    mtmk committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2ee24c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddc880c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    15bf6ea View commit details
    Browse the repository at this point in the history
  2. Lock function

    mtmk committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3efe37c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Added inlining

    mtmk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2404ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Command timeouts

    mtmk committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    722150f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Cancellation fixes

    mtmk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a8a5d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08e1095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3787133 View commit details
    Browse the repository at this point in the history
  4. Fixed format

    mtmk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    45411a6 View commit details
    Browse the repository at this point in the history
  5. Command timeout test

    mtmk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    01b742b View commit details
    Browse the repository at this point in the history
  6. Test debug

    mtmk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    535d697 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    51fa05d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c007f View commit details
    Browse the repository at this point in the history
  3. Fixing buffer msg boundry issue

    mtmk committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cce3450 View commit details
    Browse the repository at this point in the history
  4. Format fixed

    mtmk committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d3c0288 View commit details
    Browse the repository at this point in the history
  5. Buffer position

    mtmk committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6334b57 View commit details
    Browse the repository at this point in the history
  6. Handle socket exception

    mtmk committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ad5c0b2 View commit details
    Browse the repository at this point in the history
  7. throw away bytes in send buffer after a failed send (#368)

    Signed-off-by: Caleb Lloyd <caleb@synadia.com>
    caleblloyd committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    72f1213 View commit details
    Browse the repository at this point in the history