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.
目前我的超时时间为 90 秒。如果我遇到用户点击刷新但找不到连接的错误,它将继续检查 90 秒,在屏幕上显示“刷新”标签。
最佳做法是多少秒?我担心如果我太低,那么它总是会超时并且不会轮询新消息。
首先,您需要使用可达性 API 检查网络可用性,您应该去请求服务器。如果网络未连接,则没有必要向服务器发出请求。
对于任何服务器请求调用,理想的超时时间是 30 秒。