Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rabbitmq/rabbitmq-dotnet-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0-rc.6
Choose a base ref
...
head repository: rabbitmq/rabbitmq-dotnet-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0-rc.7
Choose a head ref
  • 7 commits
  • 64 files changed
  • 4 contributors

Commits on Jul 29, 2024

  1. use async consumer only

    bollhals authored and lukebakken committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d0021aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00801a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1638 from bollhals/AsyncConsumerOnly

    use async consumer only
    lukebakken authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f6847f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    f2cf79a View commit details
    Browse the repository at this point in the history
  2. Support cancellation on the flow control block (#1643)

    Co-authored-by: Daniel Marbach <[email protected]>
    danielmarbach and danielmarbach authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    36a16ba View commit details
    Browse the repository at this point in the history
  3. Align Reject with Ack/Nack (#1642)

    Co-authored-by: Daniel Marbach <[email protected]>
    danielmarbach and danielmarbach authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    db5bc23 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Fix object disposed exception during channel Recovery (#1648)

    * Fix object disposed exception during channel Recovery
    
    Fixes #1647
    
    * * Remove channels that do not recover successfully
    
    * * Hold the `_channelsSemaphore` for a shorter period of time.
    lukebakken authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5aca35a View commit details
    Browse the repository at this point in the history
Loading