Lorenzo Valente
Results
2
comments of
Lorenzo Valente
Thank you @belveder79. I'd like to share with you my current test, maybe you'll find it interesting. I'm creating a simple local server+client application: using XTools::XSocketManager API the client connection...
I solved it! :) In UWP the main RakNet thread is disabled (you can see that `RAKPEER_USER_THREADED` is defined in [RakNetDefinesOverrides.h](https://github.com/Microsoft/HoloToolkit/blob/master/Sharing/Src/External/RakNet-4.081/src/Source/RakNetDefinesOverrides.h#L21)). This means that the user has to manually call...