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.
这个问题让我莫名其妙。
我在我的应用程序的主机-客户端分支配置中使用 GKSession over WiFi。但是由于某种原因,每当路由器轮换其安全密钥时,设备都会彼此断开连接。我已经反复测试并验证会话仍然有效,但设备仍然断开连接。
有没有其他人遇到过这个问题?你做了什么来解决它?
有什么想法吗?
我一直无法弄清楚为什么会发生这种情况,但我确实找到了解决这个问题的方法。我在我的应用程序中添加了一些代码,以便当它由于用户故意断开连接以外的原因而断开连接时,它会自动尝试重新连接。到目前为止,这已经解决了我的问题。