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.
我strophe.js用来吸引xmpp. 它具有在网络波动时恢复其状态的功能。这项工作在短时间内还可以,但是当网络在 5 到 10 分钟后断开连接后连接时,它并没有恢复连接。任何想法为什么会这样?
strophe.js
xmpp
您可以为此使用连接管理器。看到这个
基本上你要做的是在网络断开时启动一个计时器,并在该计时器中检查网络连接。一旦网络发现已连接,请重新登录 strophe 以使其正常工作。