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
Locationwire/net.EndpointRegistry Problem Replacing a connection before it timed out on the other end will trigger the race detector, even if there is no race. Proposal For each Endpoint, remember the time it was opened. During fullEndpoint.replace(), if !dialed (i.e., we have an incoming connection) and the previous endpoint is older than 5 seconds, do not perform the race check, and simply discard the old connection.
The text was updated successfully, but these errors were encountered:
Location
wire/net.EndpointRegistry
Problem Replacing a connection before it timed out on the other end will trigger the race detector, even if there is no race.
Proposal For each
Endpoint
, remember the time it was opened. DuringfullEndpoint.replace()
, if!dialed
(i.e., we have an incoming connection) and the previous endpoint is older than 5 seconds, do not perform the race check, and simply discard the old connection.The text was updated successfully, but these errors were encountered: