I'm using gRPC with Go and needing to set the socket read timeout on the client connection (since the function available are all synchronous). Cannot seem to find anyway that I can set in the DialOption. Is there a way that I can set the timeout?
Also is there anyway that I can cancel a request?
Thanks.