Bug: fetchEvents never returns if one of the explicit relays is unreachable
Is there a way to pass a timeout for fetchEvents?
Is this why my fetchEvents never returns....?
I think so. I switched to using subscribe instead (which is a lot better anyway)
I have the same problem
when I use:
const filter = { kinds: [10015], "#t": ["artists"], since: 1730419200, limit: 2, };
my fetchEvents never returns?
Hey, this issue is very anoying and difficult to fix.
How we can process a series of fetchEvents to different relays, and not throw an error if an Relay is unreachable
Similar conversation in https://github.com/nostr-dev-kit/ndk/issues/306