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
grpc.Dial and grpc.DialWithContext were deprecated and mention their
replacement as grpc.NewClient. https://pkg.go.dev/google.golang.org/[email protected]#Dial
One consequence of this change is that the target address needs to have
"unix:" or "unix://" prepended to the absolute path for NewClient to
create a connection properly.
Signed-off-by: Michael Shen <[email protected]>
0 commit comments