cpal
cpal copied to clipboard
Fix callback being called after dropping the stream
This fixes #771 by manually stopping the stream on drop.
When I think about it this might not be the best solution because StreamInner is still alive after dropping Stream
Now uses a weak reference to allow the inner stream to drop
Hey @est31, sorry to bother. Do you think we could get this merged soon or is there anything left to do? It's a pretty major bug on MacOS