Hello,
We are building a gRPC server using the gRPC AsyncIO API and we need to integrate Olympe for controlling a Parrot Drone from the gRPC services. Since it is strongly recommended not to perform blocking operations inside AsyncIO event loop, we need to control the drone through non-blocking operations in order to allow the event loop to execute any other coroutines that may be waiting to execute.
Does Olympe provide fully non-blocking operations?
Thanks a lot.