Paul Friel
Results
2
comments of
Paul Friel
I would lean towards a `requests.Session` object as it also would add connection pooling and re-use TCP connections which should give a nice performance increase when making multiple calls back...
While I was looking through the current code in https://github.com/dahlke/terrasnek/blob/master/terrasnek/endpoint.py I also noticed that a timeout is not currently being set when the calls are sent using requests. By default...