decred / decrediton

Cross-platform GUI for Decred.
https://docs.decred.org/wallets/decrediton/decrediton-setup/
ISC License
195 stars 120 forks source link

Cannot start decrediton twice #727

Closed matheusd closed 6 years ago

matheusd commented 6 years ago

Bug report from user willywoo on slack. Running two instances of decrediton thrown an error due to already running daemons. It should report a better error.

Maybe it can be worked with #723.

alexlyp commented 6 years ago

Yah I'm hoping to start work on proper daemon selection and fall back in situations like this.

matheusd commented 6 years ago

WIP for this and #723 https://github.com/decred/decrediton/compare/master...matheusd:startup-improvements?expand=1

Still missing an edge case when decrediton is closed while dcrd hasn't finished loading yet.