yihong0618 / xiaogpt

Play ChatGPT and other LLM with Xiaomi AI Speaker
MIT License
6.08k stars 846 forks source link

fix: add timeout when polling the latest ask #318

Closed huwei901108 closed 1 year ago

huwei901108 commented 1 year ago

Fixes #282 the session.get process without a timeout in poll_latest_ask task may hang. add a time out of 15sec in total. no hang found for 24 hour run.

yihong0618 commented 1 year ago

@huwei901108

can you add some info in the content that fix: # issue_number and then fix the ci lint

huwei901108 commented 1 year ago

OK. I have changed the commit info. As well as check and reformat my code.

yihong0618 commented 1 year ago

@huwei901108

pip install -U black
black .