Amirul Ashraf
Amirul Ashraf
`BlockDownloader` and `MergeBlockDownloader` is long running, meaning it's dispatch have a long running loop, you may want to check them out, pass a cancellation token to the dispatch or something.
Nevermind, seems to have already been accounted for.
Not sure what you mean by that. Seems fairly independent. Maybe this won't get trigged in some place, or get triggered twice on some case even, but it's just a...
I still don't know where to invoke it. Last suggestion was during the first FCU, which did not get triggered.
I think it should fail on any exception. This is on startup step BTW. Better that, then some part of the application just not working properly.
> can we print out instructions on how the resolve the issue ( if its doable ) like when you are running two clients on the same machine, they both...
What if the plugin fail without the application crashing? Then when the user that uses that feature or whatever, it does not work, he/or us will have to look into...
`IStep` has a `MustInitialize` flag. I guess if that fail and the flag is true, exit early?
The following step have mustinitialize set to false. - InitializeNodeStats - StartLogProducer - StartMonitoring
 More runs