pragmaticminds / crunch

Industrial data evaluation engine
https://pragmaticminds.de/
Apache License 2.0
13 stars 3 forks source link

Fixed Record Handler and added Test. #9

Closed JulianFeinauer closed 5 years ago

JulianFeinauer commented 5 years ago

Fixes the problem with the record handlers only getting filtered channels or no messags at all. Now, Record handlers are called after the predicate of the substream and get ALL messages to process. An example for the usage (also without Evaluation Functions in the Substream) can be found in

CrunchExecutorTest.resultHandlerSendsBeforeFilter()

timbo2k commented 5 years ago

that looks good for me ... i will merge