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
As per the log, the ArgumentException is wrapped in a TargetInvokationException so you'd need to check the inner exception instead (using ApplyWhen).
I know it's not ideal but I noticed just recently that the exceptions thrown by sync subscribers (not returning Task) aren't unwrapped correctly. It's possible that I will fix this in the next major release.
Is it possible to apply rules on Skip ?
When de exception occurs the consumer stops:
The text was updated successfully, but these errors were encountered: