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 a F!F bug is causing ForEachChildElementPipe to ignore errors in the child adapters when parallel=true. The most important part is to make sure that errors are not ignored anymore. A quickfix is to simply set parallel to false, but that impacts performances. Preferably find a way to keep parallel=true.
Mike had a possible solution in mind for this.
The text was updated successfully, but these errors were encountered:
Currently a F!F bug is causing ForEachChildElementPipe to ignore errors in the child adapters when parallel=true. The most important part is to make sure that errors are not ignored anymore. A quickfix is to simply set parallel to false, but that impacts performances. Preferably find a way to keep parallel=true.
Mike had a possible solution in mind for this.
The text was updated successfully, but these errors were encountered: