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
Classのリファレンスを読み、GKSession
Web で検索しましたが、有用な情報が見つかりませんでした。誰か助けてくれませんか?