criteo / py-consul

Python client for Consul (http://www.consul.io/)
MIT License
40 stars 14 forks source link

aio: fix timeout type #33

Closed dclaisse closed 3 years ago

dclaisse commented 3 years ago

aiohttp expects a ClientTimeout object, not an integer.

wdauchy commented 3 years ago

should we close this @dclaisse ?

dclaisse commented 3 years ago

Indeed @wdauchy, done!