I'm trying to connect two devices by Wi-Fi Direct but these are not connected. I tested both in my application and in Proximity Sample, the same error occurs:
This happens during the call:
StreamSocket socket = await PeerFinder.ConnectAsync(peer);
Sometimes the devices are connected, but in most cases doesn't connect.
Someone is having the same problem? Is there anyway to fix this?
User contributions licensed under CC BY-SA 3.0