rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
262 stars 80 forks source link

Isolates run into main thread #145

Open lethanhclub opened 10 months ago

lethanhclub commented 10 months ago

I created some isolates by FlutterIsolate.spawn or flutterCompute, but all isolates were running into main thread. Also, This is only happened in android, iOS fine

Screenshot 2023-11-05 at 14 53 03

Does anyone know why?

nmfisher commented 10 months ago

Not sure what's going on here, will investigate when I get a chance.