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
Calling without timeout can cause an indefinite blocking connection. It is an edge-case, because two earlier wait() calls succeded, but it is still possible. (and will happen in race-condition situations)
The text was updated successfully, but these errors were encountered:
In
AbstractConnection::x_open()
the line
should read:
Calling without timeout can cause an indefinite blocking connection. It is an edge-case, because two earlier wait() calls succeded, but it is still possible. (and will happen in race-condition situations)
The text was updated successfully, but these errors were encountered: