Jeffrey Rennie
Jeffrey Rennie
What do I set for YOUR_PACKAGE_NAME?
I don't have an android app package name.
@tjohns, please help this user.
I have a work-around. It may be the environment the github action runs in. What does the client do if the server accepts the connection but never sends bytes on...
To reproduce, try instantiating the client in a docker container with the network turned off.
My first attempt to reproduce on a Windows machine did not manifest the bug. Trying Linux....
Tried on Linux, haven't manifested the bug yet. Still working on it...
How often do you see the socket timeout? With every request? What fraction of your requests?
Has your code called `socket.setdefaulttimeout(timeout)` before calling this function? What value is returned by `socket.getdefaulttimeout()` immediately before calling the API?
After studying the code in the client library, I don't see any red flags in the client library itself. An n8felton's stack trace demonstrates, the google client calls httplib2, which...