Drop subs ack handling from streamer

kraken_userref_hackzin
Tyler Goodlet 2022-08-01 16:55:04 -04:00
parent 69e501764a
commit 1a291939c3
1 changed files with 1 additions and 12 deletions

View File

@ -152,19 +152,8 @@ async def stream_messages(
continue
case {
'connectionID': _,
'event': 'systemStatus',
'status': 'online',
'version': _,
} as msg:
log.info(
'WS connection is up:\n'
f'{msg}'
)
continue
case _:
# passthrough sub msgs
yield msg