rabbitmq / rabbitmq-dotnet-client

RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
https://www.rabbitmq.com/dotnet.html
Other
2.06k stars 574 forks source link

Fix #1370 by making copy of default AuthMechanisms #1371

Closed evolvedlight closed 11 months ago

evolvedlight commented 11 months ago

Proposed Changes

This fixes #1370 by making a copy of the default auth mechanisms, rather than providing a reference to the static (shared) DefaultAuthMechansisms

Types of Changes

What types of changes does your code introduce to this project? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask on the mailing list. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further Comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc.

michaelklishin commented 11 months ago

Thank you!

I cannot promise when the next 6.x release will go out but it should not take too long.