I am using this package in my FastAPI project having async function. 1. `eureka_client.init(....)` --> Success 2. `eureka_client.do_service(......)` --> Cannot run the event loop while another loop is running
I am using this package in my FastAPI project having async function.
eureka_client.init(....)--> Successeureka_client.do_service(......)--> Cannot run the event loop while another loop is running