native平台setInterval问题

之前的版本native平台没有任何问题,更新到1.4.1之后,发现socket经常自动断开
模拟器日志为:

2017-03-11T05:22:16.980Z - normal: Simulator: onConnectionClosed: WebSocket (0DDC3A38) was closed, no need to close it again!

2017-03-11T05:22:16.980Z - normal: Simulator: WebSocket thread exit, helper instance: 17136B08

2017-03-11T05:22:17.013Z - normal: Simulator: In the destructor of WebSocket (0DDC3A38)
下边是代码自动重连的时候的日志
2017-03-11T05:22:17.018Z - normal: Simulator: [WebSocket::init] _host: xxxxxx(处理了), _port: xxxxx(处理了), _path: /?time=1489209737&version=1.0&platform=3&mode=2&channel=1000&sign=c6b67bbf9f918a0715b505c386db8e208E095B0BCB5AE0DDBB629B656FD947B0

2017-03-11T05:22:17.096Z - normal: Simulator: WebSocket thread start, helper instance: 17137008

2017-03-11T05:22:17.096Z - normal: Simulator: NOTICE: Initial logging level 967

2017-03-11T05:22:17.096Z - normal: Simulator: 

2017-03-11T05:22:17.096Z - normal: Simulator: NOTICE: Libwebsockets version: 1.6.0 unknown-build-hash

2017-03-11T05:22:17.097Z - normal: Simulator: 

2017-03-11T05:22:17.099Z - normal: Simulator: NOTICE: IPV6 not compiled in

2017-03-11T05:22:17.100Z - normal: Simulator: 

2017-03-11T05:22:17.100Z - normal: Simulator: NOTICE: libev support not compiled in

2017-03-11T05:22:17.101Z - normal: Simulator: 

2017-03-11T05:22:17.102Z - normal: Simulator: NOTICE:  mem: per-conn:          280 bytes + protocol rx buf

2017-03-11T05:22:17.102Z - normal: Simulator: 

2017-03-11T05:22:17.103Z - normal: Simulator: [Socket Open]

2017-03-11T05:22:17.104Z - normal: Simulator: [Socket 发送数据==>]{"id":1038,"msg":"send_ResumeEnterHome","data":{}}

2017-03-11T05:22:17.178Z - normal: Simulator: Safely done, msg(22)!

2017-03-11T05:22:17.178Z - normal: Simulator: msg(22) append: 0 + 9 = 9

2017-03-11T05:22:17.178Z - normal: Simulator: msg(22) was totally sent!

2017-03-11T05:22:17.178Z - normal: Simulator: -----------------------------------------------------------

2017-03-11T05:22:17.179Z - normal: Simulator: Receiving data:index:13, len=11

2017-03-11T05:22:17.179Z - normal: Simulator: Notify data len 11 to Cocos thread.

2017-03-11T05:22:17.179Z - normal: Simulator: [Socket 接收数据<==]{"id":2045,"msg":"recv_ResumeEnterHome","code":9004}


问题已经找到:
setInterval这个函数导致的

在界面上拖动了label,在web平台上是可以每1秒调用1次
native平台只调用了一次,
希望官方尽快修复这个bug
creater版本:
.

1.4.1 下一个版本会修复这个问题