Refactor streaming logic to be less nested and readable

kucoin_backend
jaredgoldman 2023-04-16 10:12:29 -04:00
parent 9706803220
commit dae56baeba
1 changed files with 0 additions and 1 deletions

View File

@ -530,7 +530,6 @@ async def stream_quotes(
@acm
async def subscribe(ws: wsproto.WSConnection, connect_id, sym):
# breakpoint()
# level 2 sub
await ws.send_msg({
'id': connect_id,