We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Cédric Luthi • 2 years ago

Using System.ServiceModel.Primitives 6.0.0 with await using instead of using finally solves this issue! (i.e. DisposeAsync instead of Dispose ) It was implemented on Aug 15, 2022 in https://github.com/dotnet/w... No more need to write convoluted disposing code with lots of try/catch, it's now built-in with DisposeAsync. 🎉

Deantwo • 6 years ago

Is this actually still an issue 5-6 years later? An update would be nice.