Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Python 和 Twython 制作 Twitter 应用程序。我正在使用 Twitter 的 Stream API。它似乎工作正常,但是当互联网连接中断一段时间时,连接返回时流无法重新连接。
这个想法是,如果连接中断半小时,则流可以在连接正常时连接。有办法吗?