-
Bug
-
Resolution: Done
-
Major
-
7.0.0.Alpha4
-
None
onStart() should be called exactly once, at the beginning of the parse process of the top-level message but it is actually called also every time a nested message is parsed. This was harmless until now because none of our handlers performed anything in onStart().