Azure / azure-amqp

AMQP C# library
Other
94 stars 72 forks source link

New release for deadlock fix #211

Closed tlecomte closed 2 years ago

tlecomte commented 2 years ago

Would it be possible to get a new release of azure-amqp so that downstream projects (such as Azure sdk libs) can benefit from the fox from https://github.com/Azure/azure-amqp/pull/205 please ? Thanks!

xinchen10 commented 2 years ago

The change is included in release 2.5.8 but it is only available for netstandard targets. The task creation option is not available for net45. We cannot update to net46 without a breaking change.