Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 8
RequestAdapter blocks forever on macos #17
Copy link
Copy link
Labels
area: wgpuwgpu/ package (core bindings)wgpu/ package (core bindings)os: macosmacOS-specificmacOS-specificpriority: highImportant for next releaseImportant for next releasestatus: confirmedVerified, ready for workVerified, ready for worktype: bugSomething isn't workingSomething isn't working
Description
Metadata
Metadata
Assignees
Labels
area: wgpuwgpu/ package (core bindings)wgpu/ package (core bindings)os: macosmacOS-specificmacOS-specificpriority: highImportant for next releaseImportant for next releasestatus: confirmedVerified, ready for workVerified, ready for worktype: bugSomething isn't workingSomething isn't working
The compute example doesn't work on macos, it hangs forever on
instance.RequestAdapter(nil), using delve it looks like the callback never fires.You have tests that would cover this, but it looks like CI only runs a limited subset of tests.