Particular / NServiceBus.Transport.Msmq

MSMQ transport for NServiceBus
https://docs.particular.net/nservicebus/msmq/
Other
5 stars 11 forks source link

fix issue #619 delayed delivery loop memory leak #620

Closed patrick-l-boe closed 1 year ago

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

DavidBoike commented 1 year ago

@patrick-l-boe great catch, could you please sign the CLA?

patrick-l-boe commented 1 year ago

@patrick-l-boe great catch, could you please sign the CLA?

I signed it at the time of submission, and I've resigned it, but it doesn't seem to show up in your tooling as signed. Feel free to do your own implementation. It's an obvious and small change, don't need it to be my PR.

danielmarbach commented 1 year ago

I brought the fix over into https://github.com/Particular/NServiceBus.Transport.Msmq/pull/622 as mentioned by @patrick-l-boe. Thanks for the contribution!