aiohttp的部署中添加reconnect_timeout #330
alexmaehon
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
本周末会着手添加这一项功能。 另外, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
似乎只有tornado的部署方式有reconnect_timeout, 而其它部署方式中没有。
目前我在用aiohttp来部署应用,发现手机端一旦后台一下,在跑的程序就会终止,这种情况似乎是reconnect_timeout=0,但没发现可以调的参数。
这样在手机端一直等待程序跑完的话,得要5分钟,不能后台的话时间就太长了,希望在aiohttp中加入reconnect_timeout这一选项。🙏
Beta Was this translation helpful? Give feedback.
All reactions