dcrtime icon indicating copy to clipboard operation
dcrtime copied to clipboard

Retry connection with dcrwallet

Open thi4go opened this issue 4 years ago • 3 comments

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

thi4go avatar May 02 '20 17:05 thi4go

So this PR needs to be split in two. One for the logging bit and then we need to debate why retrying helps.

marcopeereboom avatar Jun 18 '20 21:06 marcopeereboom

Should we just leave the logging on this one then? @marcopeereboom

thi4go avatar Jun 30 '20 22:06 thi4go

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.

marcopeereboom avatar Jul 06 '20 14:07 marcopeereboom