-
Notifications
You must be signed in to change notification settings - Fork 94
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
excessive connection retries on bad electrums #1161
Comments
@cipig Thanks for opening the issue! I plan to work on Electrum client improvements this week. I will check this report too. |
It turned out i was told the wrong port... port 50012 was the WSS port of this electrum, so i connected with SSL to the WSS port, which led to the above error... but maybe still worth adding some additional check in mm2, to prevent it from dying when you accidentally connect to wrong port or person running the electrum server accidentally changes something... wouldn't be good if i can kill all mm2's by pointing SSL port to WSS port :-) |
Fixed in the linked PR. Thanks for the report! |
i stumbled upon one electrum server which shows this when i pass a manual request:
problem is that mm2 tries like crazy to reconnect to it, this i a sequence:
this happens without pause several times in a second
to fix, coin needs to be disabled, bad electrum server removed and re enabled
question is: can mm2 make a pause of at least 1s before retrying in such cases? :-)
The text was updated successfully, but these errors were encountered: