Пример #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()
Пример #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()