Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 21608 ]] Remove second break wait from invoke handler block #6744

Merged
merged 1 commit into from Oct 19, 2018

Commits on Oct 19, 2018

  1. [[ Bug 21608 ]] Remove second break wait from invoke handler block

    This patch removes the call to `MCBrowserRunloopBreakWait` as we are
    already using the LCB `post` command which does `MCEngineRunloopBreakWait`.
    
    On iOS 12 this second break wait causes an app lockup that has been hard
    to diagnose. Perhaps breaking an `MCFiberDispatch` `pthread_cond_wait` that
    should not be broken.
    montegoulding committed Oct 19, 2018
    Copy the full SHA
    4f70c2f View commit details
    Browse the repository at this point in the history