Hi there,
I have a script doing a number of calls to RPC methods of the device. They all depend on the result of each other.
Is there a way that I can write clean code that waits for the RPC call to finish without having to nest in all code within the callback function of the RPC call?
Thanks for your support!