JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Make OggWriter::OggWriter() safely callable from multiple threads

Open danra opened this issue 4 years ago • 2 comments

danra avatar Apr 18 '20 13:04 danra

@reuk This one still isn't resolved. Can be fixed with my very old suggested patch or using a similar approach to the LockedRandom you used in 093dbc7

danra avatar Sep 24 '23 21:09 danra

@danra just keep you posted I've looked into this issue and agree that using getSystemRandom() isn't the right thing to do here. I'm looking at removing calls to getSystemRandom() from all JUCE library code, hopefully we'll have something merged soon (likely next week now).

Thanks for reporting.

Anthony-Nicholls avatar Oct 04 '23 14:10 Anthony-Nicholls