net/rpc: (*Client).Go
is not asynchronous with respect to outbound traffic
#13442
Milestone
Comments
As bdarnell writes in the linked cockroachdb issue:
This isn't what someone would expect from the documentation: "Go invokes the function asynchronously." Even in the unlikely case where the authors of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the event of a network partition,
net/rpc.(*Client).Go
can block, which is surprising given the documented behaviour of this method.The text was updated successfully, but these errors were encountered: