You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Httplib is not thread safe. A lot of production servers will use a gunicorn/gevent/thread based app servers.
These can cause httplib to have issues when issuing requests to podio which results in podio-py to break.
A better approach could be to use the awesome requests library
Httplib is not thread safe. A lot of production servers will use a gunicorn/gevent/thread based app servers.
These can cause httplib to have issues when issuing requests to podio which results in podio-py to break.
A better approach could be to use the awesome requests library