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
doc: Improve ProxyServerCustom class documentation
Add note about cleaning up custom state asynchronously, after a recently fixed
bug where there was a wallet deadlock when the node connection was broken,
caused by the ProxyServerCustom<WalletLoader> destructor trying to delete the
wallet CScheduler object synchronously (on the IPC EventLoop thread) while a
scheduled task was trying to make an Chain isReadyToBroadcast() IPC call.
0 commit comments