Skip to content
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

Transaction manager should look for task.canceled #9

Open
floitsch opened this issue Jul 27, 2022 · 0 comments
Open

Transaction manager should look for task.canceled #9

floitsch opened this issue Jul 27, 2022 · 0 comments

Comments

@floitsch
Copy link
Member

floitsch commented Jul 27, 2022

In bus.toit the run function has a while true:.
It should probably be while not Task.current.canceled:. (see #6 (comment))

Currently we avoid using Task.current as this only works on newer versions of Toit, so I prefer not to make this change now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant