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
Basically because message validation is done behind the channel interface, there's no good way to get back errors if a payload is bad.
Thinking about moving payload validation to an exposed method so that users can pre-validate their messages if they want to.
Will still leave checks in place internally for saneness but will allow preemptive catching of potential errors.
The text was updated successfully, but these errors were encountered:
Basically because message validation is done behind the channel interface, there's no good way to get back errors if a payload is bad.
Thinking about moving payload validation to an exposed method so that users can pre-validate their messages if they want to.
Will still leave checks in place internally for saneness but will allow preemptive catching of potential errors.
The text was updated successfully, but these errors were encountered: