-
Notifications
You must be signed in to change notification settings - Fork 2
RequestAdapter blocks forever on macos #17
Copy link
Copy link
Open
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.