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
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
The text was updated successfully, but these errors were encountered:
EricWJP
changed the title
etcd has been updated to v3. Buty
etcd has been updated to v3. But riot still uses the v2 version. Why not upgrade etcd?
Oct 14, 2020
EricWJP
changed the title
etcd has been updated to v3. But riot still uses the v2 version. Why not upgrade etcd?
grpc has been updated . But riot still uses Deprecated mesthods. Why not upgrade?
Oct 14, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
riot\data\client\main.go
`b := grpc.RoundRobin(r)
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
// defer cancel()
conn, err := grpc.DialContext(
ctx, *reg, grpc.WithInsecure(), grpc.WithBalancer(b), grpc.WithBlock())`
The text was updated successfully, but these errors were encountered: