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
The socket should be atomic because in some tests it is used by multiple threads simultaneously, so one closing and one using may clash with a data race.
The socket should be atomic because in some tests it is used by multiple threads simultaneously, so one closing and one using may clash with a data race.