[
https://issues.apache.org/jira/browse/WEEX-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16446705#comment-16446705
]
ASF GitHub Bot commented on WEEX-294:
-------------------------------------
GitHub user xuyouyang opened a pull request:
https://github.com/apache/incubator-weex/pull/1123
[WEEX-294][iOS]use NSTimer to implement setTimeout
Use NSTimer to implement setTimeout.
testcast:http://dotwe.org/vue/5e897eb8621fbb35cdbe49c41cf7c9dd
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xuyouyang/incubator-weex
ios-feature-WEEX-294-use-NSTimer-to-implement-setTimeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1123.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 #1123
----
commit 4ca985c2820b7fc6ae181e62bd83d2420a54346d
Author: xuyouyang <youyang.xyy@...>
Date: 2018-04-18T15:06:05Z
[WEEX-294][IOS]use NSTimer to implement setTimeout
commit d27519fef8cbc41d709e1b9857042f15d484ae49
Author: xuyouyang <youyang.xyy@...>
Date: 2018-04-18T15:09:01Z
[WEEX-294][IOS]use NSTimer to implement setTimeout
----
> use NSTimer to implement setTimeout
> -----------------------------------
>
> Key: WEEX-294
> URL: https://issues.apache.org/jira/browse/WEEX-294
> Project: Weex
> Issue Type: Improvement
> Components: iOS
> Affects Versions: 0.18
> Reporter: XuYouyang
> Assignee: xingZhang
> Priority: Major
>
> Now setTimeout used by internal logic in JS framework call WXTimerModule's
> method. It maybe cause useless communications .So this task is to use NSTimer
> to implement setTimeout.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)