Make search routine a tractor context

symbol_search
Tyler Goodlet 2021-05-06 16:39:29 -04:00
parent ddeb9e7a94
commit ad494db213
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ async def get_client() -> Client:
yield client yield client
@tractor.context
async def open_symbol_search( async def open_symbol_search(
ctx: tractor.Context, ctx: tractor.Context,
) -> Client: ) -> Client: