wit-ai / pywit

Python library for Wit.ai
Other
1.46k stars 361 forks source link

Add timeout to request #87

Open ahayamb opened 7 years ago

ahayamb commented 7 years ago

Sometimes, adding timeout parameter/default timeout would be helpful since the requests default timeout is None which will hang the application up infinitely http://docs.python-requests.org/en/master/user/advanced/#timeouts

zshimanchik commented 6 years ago

+1 Sometimes api.wit.ai is not accessible, in this case request can hang for several minutes

jackneil commented 6 years ago

:+1: