Skip to content
New issue

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

Optimize subscriptions #4

Open
rolznz opened this issue Oct 7, 2024 · 0 comments
Open

Optimize subscriptions #4

rolznz opened this issue Oct 7, 2024 · 0 comments

Comments

@rolznz
Copy link
Collaborator

rolznz commented Oct 7, 2024

Currently we add one new subscription per lightning address which is not scalable, since in the JS SDK this will be a new relay connection. We could subscribe temporarily for the expiration time of an invoice or see if we can optimize the JS SDK to reuse relay connections?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant