Fix nostr event fetching issues

This commit is contained in:
2026-08-11 18:14:11 -06:00
parent 12a1570c7d
commit 6bfe63c234
3 changed files with 97 additions and 19 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ module NostrManager
received_event.signal
end
elsif msg && msg[0] == "EOSE"
Thread.current.exit
mutex.synchronize do
received_event.signal
end
end
end