-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: RxCommandAsync blocks after an Error in handler #26
Comments
class RxCommandAsync<TParam, TResult> extends RxCommand<TParam, TResult> { |
I'm just on it. This only happens if you set |
Should be fixed in 4.3.2 |
Hi. I need it to get error in streambuilder.
Get BlueMail for Android
…On 23 Aug 2019, 11:43, at 11:43, escamoteur ***@***.***> wrote:
I'm just on it. This only happens if you set `throwException=true'
Why do you need `throwException=true' ?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#26 (comment)
|
I would then recommend to use the . results Observable for your Stream Builder the you get all state information at once |
_isRunning muss be set to false in handleError() call in rx_command.dart file at line 467.
The text was updated successfully, but these errors were encountered: