Daichi SUZUO
Daichi SUZUO
related issue: #81
It seems that this Python bug is deeply related, which is apparently dealt in Python 3.10~. https://bugs.python.org/issue42853 https://stackoverflow.com/questions/70905872 For pfio, since we cannot drop support for Python 3.8~ right now,...
Can you share the original image file that you specified to the code if you still have? Since I cannot reproduce the situation, guessing the image file is something special...
> I think we need the timeout argument not only the two methods but also the rest of the methods. I tried this by adding `timeout` to all the `self.stub.XXX(request)`...
> Therefore, it would be better if the initial value of the timeout is None, and the value can be set optionally. I'm sorry but I don't really understand the...