Skip to content

Don't initialize sent/received bytes with stale values

David Redondo requested to merge work/davidre/dontinitializewithstale into master

Update rate 0 means that this is disabled. If the applet was opened before, the device statistics object might contain stale values because the NetworkManagerQt objects are shared. Thus when the UI retrieves the model value before the model receives a networkmanager update, an arbitrary high speed is shown.

Merge request reports