Multipeer Connectivity Framework - Lost Peer stays in Session

后端 未结 5 743
鱼传尺愫
鱼传尺愫 2020-12-23 15:36

I wonder if this Multipeer Connectivity framework is ready for use in the real world, given all the bugs that have been encountered by the community. I think I\'m setting it

5条回答
  •  自闭症患者
    2020-12-23 16:10

    You can delete the peer from the MCBrowserViewController with following code in Swift 3:

    self.mySession.cancelConnectPeer(self.myPeerID)
    

提交回复
热议问题