-
Description:
I'm working on a Flutter project where I need to pass a MediaStream between different isolates. Since MediaStream and MediaStreamTrack are not primitive types and cannot be passed direct…
-
Steps to replicate:
![image](https://github.com/user-attachments/assets/db378bf6-8428-4ca2-9708-383d44d9fb66)
I did check our hook, its returning `false` when it should, that isolates the prob…
-
Right now the isolates are being displayed as circles, but they should be squares.
-
Oracle GraalVM (e.g. not the _community edition_, but the paid version) offers **concept of isolates**. [Polyglot Isolates](https://www.graalvm.org/latest/reference-manual/embed-languages/#polyglot-is…
-
Is it possible to consider adding the following features?
## Code Generator for Creating Isolates
### Standard Isolate Templates
Generate template code for creating and running an isolate with mi…
-
Hello.
I'm building an app which allows a core device exchanging messages to several children devices at the same time. So what I have built is a set up of isolates which handling communicating each …
-
Hello,
I am using Moor but I noticed that during a query the UI freezes. For this reason I switched to using Isolates, but the UI is still freezing and I don't know what I am doing wrong. I am usin…
-
I am getting a FormatException, when I run the test using the following command:
```
OBS_PORT=9292
dart \
--disable-service-auth-codes \
--pause-isolates-on-exit \
--enable_asserts \
--enable…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to share state between my main isolate and a background callback (isolate). Currently, the instance(s) have different sta…
-
From a code performance point of view, is it better to use isolate pools to send unrelated tasks to isolates for execution? Or is it possible to create a new isolate for each task without loss of code…