openwrt-routing/luci-app-bmx6
Roger Pueyo Centelles 6c63383f0d luci-app-bmx6: Avoid race condition in bmx6json.lua get()
The network topology of a BMX6 mesh can be obtained by asking all the nodes
about their links via the bmx6-info script. The wget() function in the
bmx6json.lua file is part of the process, but it often returns nil, even if
the remote data can actually be fetched, in what seems to be a race condition.
By calling the sys.exec("") function empty, the race condition disappears.

Dirty fix to https://github.com/openwrt-routing/packages/issues/436.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2018-12-09 21:06:18 +01:00
..
bmx6 luci-app-bmx6: Avoid race condition in bmx6json.lua get() 2018-12-09 21:06:18 +01:00
dracula luci-app-bmx: Redesign Makefile. Split JS libraries. Clean package 2017-03-26 03:15:06 +02:00
jquery luci-app-bmx: Redesign Makefile. Split JS libraries. Clean package 2017-03-26 03:15:06 +02:00
COPYING Move bmx6 and luci-app-bmx6 packages into root directory 2013-04-24 17:26:52 +02:00
Makefile luci-app-bmx6: replace dependency of luci-mod-admin-full for luci-base 2017-04-26 14:24:44 +02:00