Process.Update for synchronization
This commit is contained in:
@@ -437,7 +437,8 @@ begin
|
||||
function(const Data: TArray<TDataPoint<T>>): TState
|
||||
begin
|
||||
if not Processor.ProcessData(Data) then
|
||||
exit( TState.Null );
|
||||
exit(TState.Null);
|
||||
Processor.Update;
|
||||
|
||||
Result := ProcessFile(nextFileInfo, nextFile, cTerminated, Processor);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user