Skip to content

Server.create constructor is deprecated, need to update sample code #617

@craiglabenz

Description

@craiglabenz

Existing sample code suggests creating servers like so:

grpc.Server.create(services: [RouteGuideService()])

But that seems like it should be updated to:

grpc.Server([RouteGuideService()])

Metadata

Metadata

Assignees

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