[GitHub] incubator-weex pull request #871: [WEEX-121][iOS] bug-fix draw text crash

2017-11-16 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] incubator-weex pull request #871: [WEEX-121][iOS] bug-fix draw text crash

2017-11-15 Thread acton393
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 
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




---