Beispiel #1
0
 async def start():
     # wait for proxy to be updated before starting the service
     await app.proxy.add_all_services(app._service_map)
     service.start()
Beispiel #2
0
 def start():
     # wait for proxy to be updated before starting the service
     yield app.proxy.add_all_services(app._service_map)
     service.start()