Skip to content
  • Hugo Beauzée-Luyssen's avatar
    Fix potential deadlock · c13e5fe4
    Hugo Beauzée-Luyssen authored
    If handleMediaMeta is blocking, the timeout will try to acquire the sync
    mutex, but won't manage to do so.
    However, this only allows the parser to continue, but my guess would be
    that there will still be a thread blocked somewhere
    c13e5fe4