The fix for #1256 appears to be in the repository but is not included in the latest crates.io release.
This is causing issues for downstream projects using cpal from crates.io. For example, WinIsland has encountered crashes that may be related to the same WASAPI stream/device lifecycle issue:
WinIslandProject/WinIsland#130
Could a new cpal release be published with the fix for #1256 included?
Having this fix available on crates.io would allow downstream projects to use the fixed implementation without depending on a Git revision or maintaining patched forks.
Thanks for maintaining cpal!
The fix for #1256 appears to be in the repository but is not included in the latest crates.io release.
This is causing issues for downstream projects using
cpalfrom crates.io. For example, WinIsland has encountered crashes that may be related to the same WASAPI stream/device lifecycle issue:WinIslandProject/WinIsland#130
Could a new
cpalrelease be published with the fix for #1256 included?Having this fix available on crates.io would allow downstream projects to use the fixed implementation without depending on a Git revision or maintaining patched forks.
Thanks for maintaining cpal!