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
Make the random number generation and connection id thread-safe.
Given the random number generation and connection id are both closely tied up with write logic and creation of reactor_, so it would make sense to re-use `reactor_mtx_` instead of generating another dedicated lock.
Tested with 5000 runs with this CL with TSAN finding nothing.
PiperOrigin-RevId: 692219060
0 commit comments