Add commented catch to skip backpressure errors wen debugging

pause_feeds_on_sym_switch
Tyler Goodlet 2021-08-30 17:53:01 -04:00
parent d940957455
commit 3dad779c90
1 changed files with 5 additions and 0 deletions

View File

@ -1093,6 +1093,11 @@ async def _setup_quote_stream(
# decouple broadcast mem chan
_quote_streams.pop(symbol, None)
# except trio.WouldBlock:
# # for slow debugging purposes to avoid clobbering prompt
# # with log msgs
# pass
ticker.updateEvent.connect(push)
return from_aio