Closed nbrr closed 1 year ago
You are correct, we switched up some code and did not sufficiently test this. #117 addresses this, by implementing Send and Sync explicitly (which is sound). I'm sorry for the inconvenience, and hope this change solves your problem.
0.14.1 should fix this.
Studying this piece of code from
audio-visualizer
, I extracted it in my play project asBuild is successful with ringbuffer
v0.13
but it fails withv0.14
:There is no changelog or github tag to compare, but looking at the doc.rs pages for 0.13 and 0.14 what stands out is that it went from
Send
to!Send
. Was that expected?