We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to pass a timeout for fetchEvents?
The text was updated successfully, but these errors were encountered:
Is this why my fetchEvents never returns....?
Sorry, something went wrong.
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, };
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
No branches or pull requests
Is there a way to pass a timeout for fetchEvents?
The text was updated successfully, but these errors were encountered: