Hi,
Please, is there any way to make IpcOneShotServer:new() on a privileged process on Windows to communicate with an ordinary logged-in user that issues IpcSender::connect(ipc_channel)?
Ultimately, I'll need to make it work from the LocalSystem user (a Windows Service) to the logged-in user (a GUI app), but currently it won't connect even if I run both on consoles, one as an Administrator and the other as an ordinary user.
P.S.: Both the apps already work with macOS and Linux; it's a problem specific to the Windows platform.
Thanks.