Skip to content
  • Edric Milaret's avatar
    windows: fix race conditions in threadloop · fedf8759
    Edric Milaret authored
    - It seems like we sometimes call joinable() too
    soon, it return false and then it interrupt ffmpeg
    - It happens regurlarly when we don't launch the Windows
    Ring client without console
    - This will need further investigation to determine if it's
    a more profound issue or if it could theoretically affect
    other platforms (even if we never constated it yet)
    
    No bugs have been constated from not checking the joinable in
    isRunning after 35 calls
    
    Change-Id: I0968d9cfe401511c37231dc7defb4b3d74a77453
    Tuleap: #303
    fedf8759