Manage the send mem chan lifetime

cached_feeds
Tyler Goodlet 2021-04-05 08:02:56 -04:00
parent 28a961ebc0
commit ddae08493b
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ async def stream_quotes(
ws_pairs = {}
sym_infos = {}
async with open_cached_client('kraken') as client:
async with open_cached_client('kraken') as client, send_chan as send_chan:
# keep client cached for real-time section
for sym in symbols: