Return value in QRemoteObject replica
-
Hello all,
I'm using Qt 6.4.2 and I'm trying to use Qt Remote Object as my main RPC solution.
From my replicas, I can call all the functions defined in my source but the return values are always 0.
Is it possible to have such a behaviour (have a return from the source to the replica other than by a signal)?Thanks in advance.