Conversation
Fixes that the idle scheduler might fail to clear a reference if an error is thrown. Fixes angular#70728.
|
Caretaker note: presubmit failure is pre-existing. |
|
Thank you for working on this. I reran the original issue reproduction against head Full six-case results and exact reproduction adjustment: #70728 (comment) Please also make clearing the in-flight handle exception-safe while preserving error propagation and re-entrancy protection, and cover the fresh-add-after-error case. The deadline-exhausted path deserves coverage because |
Fixes that the idle scheduler might fail to clear a reference if an error is thrown.
Fixes #70728.