Skip to content

Conversation

@simonrozsival
Copy link
Member

I ran into an issue with app initialization with WASM threads enabled. When the number of workers in the pool is set to 0 (which is a valid value), the app awaits a promise that will never resolve. This PR fixes it.

@ghost
Copy link

ghost commented Aug 19, 2022

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost assigned simonrozsival Aug 19, 2022
Copy link
Member

@lambdageek lambdageek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@lambdageek lambdageek added arch-wasm WebAssembly architecture area-VM-threading-mono labels Aug 19, 2022
@ghost
Copy link

ghost commented Aug 19, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

I ran into an issue with app initialization with WASM threads enabled. When the number of workers in the pool is set to 0 (which is a valid value), the app awaits a promise that will never resolve. This PR fixes it.

Author: simonrozsival
Assignees: simonrozsival
Labels:

arch-wasm, area-Threading-mono

Milestone: -

@lambdageek
Copy link
Member

/backport to release/7.0-rc1

@github-actions
Copy link
Contributor

Started backporting to release/7.0-rc1: https://github.com/dotnet/runtime/actions/runs/2889777637

@simonrozsival
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@lewing lewing merged commit 20aa900 into dotnet:main Aug 21, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasm WebAssembly architecture area-VM-threading-mono

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants