Pavel Dyakov

Results 1 comments of Pavel Dyakov

I found that problem is in Advertiser class in didReceiveInvitationFromPeer handler: `let accept = mcSession.myPeerID.hashValue > peerID.hashValue` Most of the time it resolves to "false" which lead to disconnection. If...