Skip to content

Commit 94479b8

Browse files
websocket.py: comment
1 parent 401681d commit 94479b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/lib/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _run_callback(callback, *args):
4747
async def _process_callbacks_async():
4848
"""Process queued callbacks asynchronously."""
4949
import _thread
50-
while True:
50+
while True: # this stops when "NWCWallet: manage_wallet_thread stopping, closing connections..."
5151
#print(f"thread {_thread.get_ident()}: _process_callbacks_async")
5252
while _callback_queue:
5353
_log_debug("Processing callbacks queue...")

0 commit comments

Comments
 (0)