Currently, the try/catch is done outside of the loop. It should done inside the while to avoid to break the loop on error. **WARNING:** This will break the dependency to previous event if the previous event fail.
Currently, the try/catch is done outside of the loop.
It should done inside the while to avoid to break the loop on error.
WARNING: This will break the dependency to previous event if the previous event fail.