NetGroup.Neighbor.Connect problem
While testing p2p in different Internet connection modes, I have come across the following problem. When a mobile operator modem is being used, NetGroup.Neighbor.Connect event doesn't get created:
NetConnection.Connect.Success
NetGroup.Connect.Success
That's it.
Neither addMemberHint/addNeighbor, nor sendToAllNeighbors are of any help.
groupspec = new GroupSpecifier('1');
groupspec.serverChannelEnabled = true;
groupspec.multicastEnabled = true;
groupspec.postingEnabled = true;
groupspec.routingEnabled = true;
groupspec.peerToPeerDisabled = false;
groupspec.ipMulticastMemberUpdatesEnabled=true;
ng = new NetGroup(nc,groupspec.groupspecWithoutAuthorizations());
