How to receive simplest Windows message on UWP XAML MVVM app?
问题 My big-picture problem: I need to send a signal from a Windows 10 desktop app (or a service, really) to a UWP XAML MVVM app on the same OS instance / machine. I was using named semaphores in the global namespace, but these don't work at all on UWP (by design, for security reasons maybe). No joy. I tried UWP sockets, and this works with the UWP as listener only if the client is on a remote machine. Is this a security design decision, too? No idea. Exempting the app from loopback restriction