That is a big help, thanks!
For anyone looking in the future, note that x.SetupConnection uses grpc.WithTimeout(10*time.Second)), which looks to be deprecated, so instead use DialContext.
That is a big help, thanks!
For anyone looking in the future, note that x.SetupConnection uses grpc.WithTimeout(10*time.Second)), which looks to be deprecated, so instead use DialContext.