• William King's avatar
    Since there isn't neutral ground, on the rtmp state callback we actually have to… · cfeb6aaf
    William King 提交于
    Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
    cfeb6aaf
mod_rtmp.c 63.6 KB