GitHub user acton393 opened a pull request:

    https://github.com/apache/incubator-weex/pull/871

    [WEEX-121][iOS] bug-fix draw text crash

     there are case when text update frequently, so when main thread drawing 
text, here updates come,
    so the text value must protect here from be setting in multithread, here 
use lock temporarily.
    
    Bug:121

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/acton393/incubator-weex 
iOS-text-draw-crash-multithread

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/871.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #871
    
----
commit 76dd76d06e0813b192a4c82ca17617601fe4760c
Author: acton393 <zhangxing610...@gmail.com>
Date:   2017-11-16T04:09:59Z

    [WEEX-121][iOS] bug-fix draw text crash
    
     there are case when text update frequently, so when main thread drawing 
text, here updates come,
    so the text value must protect here from be setting in multithread, here 
use lock temporarily.
    
    Bug:121

----


---

Reply via email to