Swift -Does the Bonjour NSNetServiceBrowser have a peer limit larger then MCSession's 8?
问题 Using a MCSession , the session can only have 8 devices connected to it: Sessions currently support up to 8 peers, including the local peer I need way more than 8 peers. I came across this apple forums dev thread where someone asked a similar question and an Apple engineer named eskimo said that it can be achieved using NSNetService and its includesPeerToPeer flag or the Bonjour browser . I've seen a bunch of people ask questions on how to get around the MCSession 8 peer limit but I haven't