Skip to content

[Bug] Unknown error while using compute isolation #5

@albertms10

Description

@albertms10

Describe the bug

After rewriting Lists as Sets in 5711a86 (using SplayTreeSet concrete implementation), compute isolation seems to be performing with issues.

final cabins = await compute(_parseCabins, content);

final schoolYears = await compute(_parseSchoolYears, content);

Expected behavior

The compute function correctly returns the expected result from JSON parse methods.

System information

  • Device: MacBook Pro
  • OS: macOS 12.6
  • Flutter version: 3.3.8

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions