Giorgos Georgiou

Results 6 comments of Giorgos Georgiou

Strangely enough, I can work around this issue using: ``` import pyhocon import os os.environ["A"] = "one" os.environ["B"] = "two" os.environ["C"] = "three" config = """ { a_b = ${A}-${B}...

I have been using mocktopus for this purpose and a strategy similar to test_double. At the moment I am creating a layer of abstraction with third-party libraries which adds a...

Hi @LucioFranco , here's a rough implementation reproducing the error handling https://github.com/behos/tonic-bidi-error

Is there a workaround for this? What does the tonic server send back to the client which makes it work for rust and not for other implementations?

@eolivelli > This is working like that by design. why do you need such behaviour ? > > I remember that @phunt once said "Kill -9 is a feature" Why...

It looks like the client session is timing out on the server side, maybe because it's not sending ping events while you are waiting for the event. From your logs...