Skip to content

washanhanzi/grpc-go-timeout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-go-timeout

per-request server-side timeout

It's the developer's responsibility to deal with the server-side timeout. If you ignore the context's deadline, go won't complain about it.

client-side timeout

Client-side timeout won't be ignored, but the developer can choose to time out early.

Client-side timeout can't be set with gRPC metadata, becasue grpc-timeout information is within the HTTP2 Request-Headers frame.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages