[grpc-io] keep channel alive without activity

2022-01-09 Thread Rajat Goyal
Hi, We have a system where clients open bi-directional grpc stream to ALB, which proxies to one of active server. So bi-di client <> ALB <> server In-case of any failure of connection,

[grpc-io] Re: ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found

2022-01-09 Thread Inovosystems Software company
same issue here for hrs any work around that does not involve reinstalling OS On Thursday, 02 December 2021 at 19:19:39 UTC+2 Antonio Orozco wrote: > This was not resolved. I just re-installed Ubuntu on a > RaspberryPi instead. I noticed that there's a new version of Debian for the >

[grpc-io] Re: c++ Callback API

2022-01-09 Thread Viktor Khristenko
I think, i've misunderstood the spec slightly and also checked examples (e.g. route_guide callback client/server). noting here for reference to answer my question (rephrased slightly): if one has no holds and one calls StartWrite (outside of a reactor) in an app thread and OnDone() is called by