Use ConfigureAwaitOptions.SuppressThrowing in GameLink.DisposeAsync for async cleanup#481
Conversation
|
@copilot The previous session was interrupted before you made any code changes. Please implement the changes now, following the steps and acceptance criteria in the PR description above. Generated by Claude Code |
I've implemented the changes. The codebase audit found no existing Changes made:
Both are in the disposal path where exceptions (e.g., from cancellation) should not prevent subsequent cleanup operations (notifying subscribers, disposing mumbleLink, setting disposed flag). The project builds successfully across all target frameworks (net9.0, net8.0, netstandard2.0, net462). Commit: 0aa31c7 |
|
@copilot The Generated by Claude Code |
Closes #431
Implementation in progress.