Add commented catch to skip backpressure errors wen debugging
parent
d940957455
commit
3dad779c90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue