我GKSession
在 PEERMODE 中使用与不同设备建立多个连接。
[I(denoted as Z) have 3 connections with A, B and C.]
(All with same session ID)
<-----> A
Z <-----> B
<-----> C
但我无法弄清楚如何终止具有特定 peerID 的特定连接,如下所示:
<-----> A
Z <--x--> B disconnect with B, but A & C remain connected
<-----> C
我已经阅读了GKSession
Class 的参考并在网上进行了一些搜索,但没有找到任何有用的信息,有人可以帮助我吗?