Azizul Haque Ananto
Azizul Haque Ananto
@edgurgel is there any plan to continue this?
There is a timeout parameter in the client, the default is 2000ms (2s) https://github.com/Ananto30/zero/blob/main/zero/client.py#L42 If you think your program can take more time (seems like from your error), please set...
Are you facing the issue even after setting the timeout?
I need to test this thoroughly. From my point of view, it was only happening for the timeouts. Add test for timeout and "Resource temporarily unavailable".
It would be really amazing if you can help on the above issue #12 :pray: I couldn't manage time yet. Btw how are you running two servers at the same...
> Yes.I start rpc server on main thread and flask server on fork thread. Then you use the zero client inside the function of flask server?
@AntonioSun will consider surely, but recently I am very busy, will look into soon. And if you consider contributing, would be great π
@ACEGuiPeng any update on this? Or I will close the issue as solved.
@βdepfu refresh
Usually happens for timeout issues, otherwise connection issues. So I made two different ZeroExceptions - `TimeoutException` and `ConnectionException` in this pr https://github.com/Ananto30/zero/pull/29