You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when an iteration step incurs a timeout, the iterator stops iterating and reports the error with the concrete implementation of the "Iterator Report Iterations End Msg. lvclass" if defined.
With this configuration flag, we want the Iterator to continue iterating when timeouts occur and report timeout errors as soon as they are produced using the FP "Report Error" method. In this manner, the caller can react and stop the iterator if needed
The text was updated successfully, but these errors were encountered:
Currently, when an iteration step incurs a timeout, the iterator stops iterating and reports the error with the concrete implementation of the "Iterator Report Iterations End Msg. lvclass" if defined.
With this configuration flag, we want the Iterator to continue iterating when timeouts occur and report timeout errors as soon as they are produced using the FP "Report Error" method. In this manner, the caller can react and stop the iterator if needed
The text was updated successfully, but these errors were encountered: