gRPC: add keepalive option PermitWithoutStream

This commit is contained in:
hmol233 2021-07-05 21:25:21 +08:00
parent 57b9006d26
commit 31c7141fef
No known key found for this signature in database
GPG key ID: D617A9DAB0C992D5
4 changed files with 37 additions and 21 deletions

View file

@ -9,4 +9,5 @@ message Config {
bool multi_mode = 3;
int32 idle_timeout = 4;
int32 health_check_timeout = 5;
bool permit_without_stream = 6;
}