websocket.py: comment

This commit is contained in:
Thomas Farstrike
2025-11-09 00:16:50 +01:00
parent 401681d684
commit 94479b866b
+1 -1
View File
@@ -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...")