-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cancellation of aff action #45
Comments
That seems like a bug. I'll check it out. |
@ajnsit Thanks for your reply! |
Yeah go ahead! |
It's definitely an issue with |
@kamoii I have a work in progress aff-less implementation here - https://github.com/purescript-concur/purescript-concur-core/tree/callbacks |
I'm not sure how targeting non-js backend works, but does it mean we have to remove all dependencies including non-direct ones that uses js bindings? If thats true, I have a feeling it's going to be a tough path. |
Well the hope is that atleast some of the popular libraries will get ported to the new backend by others. One good thing is that Concur-core has very limited dependencies. |
Adds test for purescript-concur-react purescript-concur/purescript-concur-react#45 issue
The following Widget consists of an aff action that takes some time and a button to cancel it.
I thought it would kill aff action if I pressed the cancel button while aff action was running, but it didn't stop even after cancel, and "done" was shown in the log.
Is this an intented behaviour?
The text was updated successfully, but these errors were encountered: