jxmot / sensornet_chart

A charting application for viewing SensorNet data
MIT License
0 stars 1 forks source link

Date Picker needs work #2

Open jxmot opened 3 years ago

jxmot commented 3 years ago
jxmot commented 3 years ago

-> Unusual behavior, the oldest date seems to get "stuck" -

jxmot commented 3 years ago

Unusual behavior, the oldest date seems to get "stuck" - FOUND

This bug is in node-dht-udp. It happens because mysql/index.js:sensorStats() is only being called when the application is started. See node-dht-udp issues, this will be moved there.