The node should shutdown if SyncingEngine
event loop terminates
#3561
Labels
I2-bug
The node fails to follow expected behavior.
SyncingEngine
event loop terminates
#3561
As #3496 demonstrates, when fatal error happens in
SyncingEngine
and its event loop terminates, the node continues running. This is not a correct behavior, as it doesn't make sense to run the node without syncing. Instead, the entire node should shutdown.The text was updated successfully, but these errors were encountered: