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 timeout logic in exasock incorrectly casts a timeval instance to a timespec instance, causing timeout parameters specified in microseconds to be interpreted as timeouts given in nanoseconds.