TOSQASH 285ebba: woops still use `bcrx._state` for now..

multicast_revertable_streams
Tyler Goodlet 2025-07-15 19:59:03 -04:00
parent 9f6acf9ac3
commit c3aa29e7fa
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ async def maybe_open_stream(taskname: str):
bstream = stream._broadcaster
if (
not bstream.state.subs
not bstream._state.subs
and
not cache_hit
):