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

polling even though mint supports websockets #329

Open
elnosh opened this issue Jan 27, 2025 · 1 comment
Open

polling even though mint supports websockets #329

elnosh opened this issue Jan 27, 2025 · 1 comment

Comments

@elnosh
Copy link
Contributor

elnosh commented Jan 27, 2025

when creating an invoice with a mint that supports websocket, the wallet still does polling even though it can get the update for the quote from the websocket subscription. From looking at the logs it seems it does both, polls to get update and also receives websocket message.

If the mints supports it and it gets the update from the websocket subscription, it shouldn't do the polling to the mint.

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

2 participants
@elnosh and others