mirror of https://github.com/grpc/grpc.git
[EventEngine][Windows] Add shutdown grace period (#32713)
This adds a small wait for all timers to finish executing on WindowsEventEngine shutdown. I have seen this wait code triggered on rare occasions where either 10's of tests are running concurrently, or in an environment where IPv6 is detected but disabled, and connection cancellation takes seconds to complete. I have not gotten to the bottom of the latter problem, but feel WindowsEventEngine destruction can tolerate some small extra time.pull/30708/merge
parent
a51180dcdb
commit
8038d2d878
1 changed files with 22 additions and 6 deletions
Loading…
Reference in new issue