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
Is it possible to have the error handling go via reactive's doOnError
Already doOnComplete fires but doOnError is swallowed.
Seems to me the only way to get the StateMachineEventResult is to block.
Is it possible to have the error handling go via reactive's
doOnError
Already
doOnComplete
fires butdoOnError
is swallowed.Seems to me the only way to get the
StateMachineEventResult
is to block.Would it not be better if the exception propogates to
doOnError
?Thanks
The text was updated successfully, but these errors were encountered: