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

Connect to only one coin electrum at the time #791

Closed
tonymorony opened this issue Jan 14, 2021 · 2 comments · Fixed by #1966
Closed

Connect to only one coin electrum at the time #791

tonymorony opened this issue Jan 14, 2021 · 2 comments · Fixed by #1966
Assignees
Labels
enhancement New feature or request

Comments

@tonymorony
Copy link

Noticed that atomicDEX-API keeping connections to all electrums from electrum RPC call params.

Since connection operation is very fast I think it might be worth to keep a connection to single electrum only and connect to another only in case of connectivity issues to the active one.
It'll reduce the number of connections to electrums multiple times (what can reduce the number of file descriptors what might allow activating more coins on mobile lets say)

@tonymorony tonymorony added the enhancement New feature or request label Jan 14, 2021
@artemii235
Copy link
Member

Thanks for opening the issue! It is a nice enhancement indeed. We can mix it with the general Electrum client refactoring: #746. I guess we will find the time to implement this next month.

@shamardy
Copy link
Collaborator

Fixed in #1966

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

Successfully merging a pull request may close this issue.

6 participants