From 94479b866b4e068cac03a521c263ab8cd181a43a Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 9 Nov 2025 00:16:50 +0100 Subject: [PATCH] websocket.py: comment --- internal_filesystem/lib/websocket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/lib/websocket.py b/internal_filesystem/lib/websocket.py index d6ec5765..b9ecb602 100644 --- a/internal_filesystem/lib/websocket.py +++ b/internal_filesystem/lib/websocket.py @@ -47,7 +47,7 @@ def _run_callback(callback, *args): async def _process_callbacks_async(): """Process queued callbacks asynchronously.""" import _thread - while True: + while True: # this stops when "NWCWallet: manage_wallet_thread stopping, closing connections..." #print(f"thread {_thread.get_ident()}: _process_callbacks_async") while _callback_queue: _log_debug("Processing callbacks queue...")