-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing Timeouts for GRPC and Streaming Servers #221
base: main
Are you sure you want to change the base?
Conversation
ConnectionTimeout time.Duration | ||
} | ||
|
||
type ServersOptions struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will create conflict with #196
493af88
to
452ca53
Compare
452ca53
to
7359c6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
7359c6f
to
72ff16b
Compare
72ff16b
to
7e4925c
Compare
7e4925c
to
0fbee50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #205