Need to be able to wait for a message, while running Qt loop, with timeout and without polling or busy loop
When executing RPC command, it is needed to run the Qt loop while waiting for the response ; as soon as the
response arrives, it has to stop waiting ideally without polling and without rising CPU usage (while True: processEvents()
is not adapted)