dcrtime
dcrtime copied to clipboard
Retry connection with dcrwallet
This diff adds a retry connection loop when dcrtimed is unable to connect to dcrwallet. It also adds a subsystem logger for dcrtimewallet
so that it's able to log on the console.
closes #62
So this PR needs to be split in two. One for the logging bit and then we need to debate why retrying helps.
Should we just leave the logging on this one then? @marcopeereboom
Should we just leave the logging on this one then? @marcopeereboom
Yes. Remove the reconnection logic and create a new issue for that. Then let's debate why we need it and how to implement it. This version seems wrong to me.