You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release-v2.0] Prevent hang when dcrd connection is lost
The ordered shutdown of wallet goroutines before closing the websocket
connection introduced a new bug where the RPC syncer would hang if the dcrd
connection is lost before clean shutdown is signaled, due to a missing call to
cancel the context passed to Wallet.Run.
Backport of d3e2a05.
0 commit comments