[
https://issues.apache.org/jira/browse/WEEX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16492368#comment-16492368
]
ASF GitHub Bot commented on WEEX-413:
-------------------------------------
GitHub user doumafang opened a pull request:
https://github.com/apache/incubator-weex/pull/1218
[WEEX-413] [iOS] Fix when main thread parse transform cause deadlock
The problem is because when parsing transform, the component thread wait
until main thread finish its work with main thread still waiting component
thead work done.
You can try demo on this
dotwe.http://dotwe.org/vue/caeb8e370f1ddd7d249263c153ea7694
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/doumafang/incubator-weex master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1218.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 #1218
----
commit 74a73cd9c936fc2d827000ce9b186587f3eba2b6
Author: doumafang <doumafang@...>
Date: 2018-05-28T07:55:27Z
[WEEX-413] [iOS] Fix when main thread parse transform cause deadlock
The problem is because when parsing transform, the component thread wait
until main thread finish its work with main thread still waiting component
thead work done.
You can try demo on this
dotwe.http://dotwe.org/vue/caeb8e370f1ddd7d249263c153ea7694
----
> Fix when main thread parse transform cause deadlock
> ---------------------------------------------------
>
> Key: WEEX-413
> URL: https://issues.apache.org/jira/browse/WEEX-413
> Project: Weex
> Issue Type: Bug
> Reporter: qz
> Assignee: Adam Feng
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)