Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

grpc has been updated . But riot still uses Deprecated mesthods. Why not upgrade? #117

Description

@EricWJP

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())`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions