nostr-dev-kit / ndk

Nostr Development Kit with outbox-model support
https://nostr-dev-kit.github.io/ndk/
MIT License
366 stars 99 forks source link

Bug: fetchEvents never returns if one of the explicit relays is unreachable #266

Open rolznz opened 2 months ago

rolznz commented 2 months ago

Is there a way to pass a timeout for fetchEvents?

fubz commented 2 months ago

Is this why my fetchEvents never returns....?

rolznz commented 2 months ago

I think so. I switched to using subscribe instead (which is a lot better anyway)