Dirk Chang
Dirk Chang
什么时候能有windows支持?
It is hard to reproduce this bug. I have added one 'reboot_device' command in gateway device object, which helps user to reboot the device without checking the upgrader service's queue...
已经实现了应用包下载的操作。
Added web optional feature plan
最近进展: 中科:NTP对时导致了系统时钟(MONOCLOCK)不准确。 Dirk: 需要更多调研
在 skynet上增加了fix_time接口,但是还是有问题。 在fix_time的时候导致系统时间变成极大数。
sched.run(function() local A=sched.run(function() print("A says: going to sleep couple seconds") sched.sleep(0) By changing the sleep(2) to sleep(0) the programing runs well with lua 5.2.3.
Set the log level to ALL lua cch@cch-NV47H:~/mycode/lua/lumen/tests$ lua test.lua A says: going to sleep couple seconds 2014/05/08 19:09:04 SCHED-DETAIL: task table: 0x16cd5d0 created waitd table: 0x16e73e0 B says: waiting...
The issue is from the lib/idle.lua Below is the fix. local function unix_idle (t) ``` local ret = os.execute('sleep '..t) if _VERSION =='Lua 5.1' and ret ~= 0 or (_VERSION...
or Just remove the (_VERSION =='Lua 5.2' or _VERSION == "Lua 5.3")