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
Second improvement of TSAN flakiness on channel tests.
The flakiness rate is higher when cleanup handlers of multiple dispatch IO are invoked at the same time on the different queues. Consequently, let's use a single serial queue to close socket for EDOSocketChannel.
PiperOrigin-RevId: 326268100
0 commit comments