mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-12 03:11:59 +00:00
more major websocket progress
This commit is contained in:
@@ -93,9 +93,7 @@ class WSRouter:
|
||||
async for msg in ws:
|
||||
msg = cast(WSMessageExtra, msg)
|
||||
|
||||
self.logger.debug(msg)
|
||||
if msg.type == WSMsgType.TEXT:
|
||||
self.logger.debug(msg.data)
|
||||
if msg.data == 'close':
|
||||
# TODO DO NOT RELY ON THIS!
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user