Reputation: 126
I need to have a bidirectional communication channel between a Windows service and a normal process. I have tried with Qt5 Remote Object (source is on service side, replica is on the process side), but I cannot connect. Is there a way to use Qt5 RO ? What other options are available ?
regards Bogdan
Upvotes: 0
Views: 79
Reputation: 126
I have found that a service and a normal process can communicate using Qt5 Remote Objects, but only when the source is a normal process and the replica is daemon. The other way around does not work.
hope this helps
Upvotes: 1