Fixed timer leaks in ChannelAsyncOperation.EndAsync#3669
Merged
marcschier merged 4 commits intoApr 16, 2026
Merged
Conversation
marcschier
approved these changes
Apr 16, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3669 +/- ##
==========================================
- Coverage 71.66% 71.63% -0.03%
==========================================
Files 517 517
Lines 113515 113530 +15
Branches 19073 19075 +2
==========================================
- Hits 81349 81328 -21
- Misses 26744 26775 +31
- Partials 5422 5427 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…ersions using polyfills for older versions (< .NET 6.0)
Contributor
Author
|
/azp run |
marcschier
approved these changes
Apr 16, 2026
|
Commenter does not have sufficient privileges for PR 3669 in repo OPCFoundation/UA-.NETStandard |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
KarenKrill
added a commit
to steklabs/UA-.NETStandard.Fork
that referenced
this pull request
Apr 17, 2026
* Fixed timer leaks in ChannelAsyncOperation.EndAsync (added delay task cancellation) * Added WaitAsync with timeout PolyFill extension for versions <= .NET 6.0 * The ChannelAsyncOperation.EndAsync has been unified across all .NET versions using polyfills for older versions (< .NET 6.0) * Fixed missing "using" operator
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed timer leaks in ChannelAsyncOperation.EndAsync
Proposed changes
Related Issues
Types of changes
Checklist
Further comments