Details
-
Regression
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Global Enth/FirstN use a lookahead that can differ from execution to execution.
It configures it after the graph has been wired, in start() because it is dependent on helper methods that may not be valid until that point.
However on restart it spuriously starts the previous lookahead 1st, before constructing a new one.