Skip to content

Fix premature closing of input files by EventSelector when maxEvents=-1

Fix for ATEAM-640 Removed the one place left in EventSelector::nextHandleFileTransition() where the input file was closed immediately instead of waiting for the end of processing of all Events. (when maxEvents=-1) Also moved EndInputFile incident firing to the place where the files are actually closed.

Merge request reports