For a while now I'm trying to send data to hololens but nothing works.
I'm using Windows.Networking and I have an UWP application running on my PC.
I based it on this example:
https://docs.microsoft.com/en-us/windows/uwp/networking/sockets
When I try to communicate between two PCs or when I'm sending a message from hololens it gets recieved normally but any attempt to send it to the hololens was unsuccessful.
I have also tried UDP example from this post with the same results - I can recieve a message from hololens but I can't send it:
https://forums.hololens.com/discussion/7980/udp-communication-solved#latest
I have tried using different ports and disabling firewall. Tried updating and resetting hololens. Updating Visual Studio, Unity and HoloToolkit. I tried creating a new project with only networking script to check if something other in my project wasn't interfering.
So if anyone had a similar could you please share what has or hasn't worked for you?