Hi, I would have a question about remote object slot call with return value: If a slot id called from client with a return value, it is asynchronized on client side (push), but what happens on host side ? 1) network iodevice receive the request 2) slot is called, in which thread ? network iodevice thread, or Object thread ? (i will test that today) 3) network iodevice get the return value of the call Does it mean the network iodevice thread is locked until the slot answer? or is it done by a future or something like this? Daes

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to