Skip to content

Fix condition for handling event loop errors

Rosen Matev requested to merge rm-error-handling into master

This bug affected the Errors and ConsecutiveErrors counters and effectively reduced maxConsecutiveErrors to 1 (i.e 2 instead of 3 consecutive errors put the application in an ERROR state).

Merge request reports