TOSQUASH ems comments

backup_asyncify_input_modes
Tyler Goodlet 2021-07-01 08:43:01 -04:00
parent f348cbcd52
commit ce40e46c91
1 changed files with 3 additions and 1 deletions

View File

@ -468,9 +468,11 @@ async def _setup_persistent_emsd(
_router = _Router(nursery=service_nursery) _router = _Router(nursery=service_nursery)
# TODO: send back the full set of persistent orders/execs persistent # TODO: send back the full set of persistent
# orders/execs?
await ctx.started() await ctx.started()
# allow service tasks to run until cancelled
await trio.sleep_forever() await trio.sleep_forever()