killAll()
sends the main isolate into an unknown state
#107
Labels
good first issue
Good for newcomers
killAll()
sends the main isolate into an unknown state
#107
The string "done" never gets printed, execution halted (but not paused) and with no exceptions.
Why do I want to kill all isolates when starting the app? Because my isolate is a long-running one (doesn't
kill()
itself) and I don't want zombie isolates accumulating every time I hot restart. Flutter has no known callback to execute code just before a hot restart.Versions:
flutter
: 2.10.3flutter_isolate
: ^2.0.2The text was updated successfully, but these errors were encountered: