Welcome! Log In Create A New Profile

Advanced

Re: grpc-go client disconnect in 60 seconds

Maxim Dounin
November 10, 2020 09:32AM
Hello!

On Tue, Nov 10, 2020 at 08:59:54AM -0500, aagrawal wrote:

> Thanks for reply,
> So i can see that when i start grpc-go client insecure connection, http
> request is received by grpc server and response also sent from grpcserver in
> every 10 seconds.
> But still after 60 seconds timeout happens.
>
> So is it correct to say that because of some issue grpc-go client request
> body is not proper or something is missing in it.
> Please advise.

As far as I understand, the gRPC call in question uses the
client-to-server streaming (as well as server-to-client one).
Given the timeout, no data are sent in the client-to-server
stream, yet the stream is not closed. For timeout to not happen,
either some data should be sent periodically in the stream, or the
stream should be closed.

--
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

grpc-go client disconnect in 60 seconds

aagrawal November 10, 2020 07:56AM

Re: grpc-go client disconnect in 60 seconds

Maxim Dounin November 10, 2020 08:42AM

Re: grpc-go client disconnect in 60 seconds

aagrawal November 10, 2020 08:59AM

Re: grpc-go client disconnect in 60 seconds

Maxim Dounin November 10, 2020 09:32AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 277
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready