UnityWifiDirect
UnityWifiDirect copied to clipboard
Disconnect and reconnect
Hi saltyJeff,
I'm currently using your library in Unity but I'm having one problem and I can't find any documentation about it anywhere, so here it is:
- if I want to disconnect and reconnect the same device during the same instance of the app, should I have to execute base.terminate() and base.initialize() again?
Thanks