Adam Rojík
Adam Rojík
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. We use one connection with InfluxDBClient -> query_api(). 2. Run multiple threads re-using this same connection. 3....
I am currently doing it like this: ``` async with Channel(host, port, ssl=ssl) as channel: stub = stub_function(channel) response = await getattr(stub, method_function)(request_iterator_function(**arguments)) ``` However 1) it disconnects about every...
When a protofile contains google timestamp, it does not generate IN/OUT values for the protocol. Is this supposed to happen? I manually edited the files, so it works (just by...
Hello, is there a way to set a timeout when connecting to a server using rtProtocol.Connect? It seems to be very long (around 1min 20s)