You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test to properly track second handler invocation
- Moved handler2CalledAgain TaskCompletionSource to top of test
- Modified handler2 to set handler2CalledAgain on second invocation
- Replaced Task.Delay with proper WaitAsync on handler2CalledAgain
- Test now correctly validates handler2 is invoked after handler1 disposal
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
0 commit comments