Skip to content
  • Sylvain Fargier's avatar
    🐛 fix mutex deadlock · 25efc6c3
    Sylvain Fargier authored
     - when calling clearWarnings we had m_mutex then dim_lock, and 
    setWarning was called from dim context (dim_lock held) and tries to take 
    m_mutex -> deadlock.
    
     - m_state is already thread safe
     - only m_conn needs protection
    25efc6c3