forrestguice / plasma-wateriv

Automatically exported from code.google.com/p/plasma-wateriv
1 stars 1 forks source link

data engine does not cache data #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Request data from the data engine using plasmoid or engineexplorer.
2. Close the plasmoid / engineexplorer
3. Disable the network connection
4. Open the plasmoid / engineexplorer and rerequest the same data.

What is the expected output? What do you see instead?

The last retrieved values should be displayed with a network error. Instead 
there is only a network error and no previous values.

Results need to be cached. Loading / unloading the data engine should not 
result in loss of the last requested data.

Original issue reported on code.google.com by forrestg...@gmail.com on 10 Apr 2012 at 6:51

GoogleCodeExporter commented 9 years ago
With KDE 4.7, enabling caching appears to result in a crash when the source is 
removed. Further investigation required (could be a bug in the data engine but 
more likely a bug in 4.7).

Original comment by forrestg...@gmail.com on 10 Apr 2012 at 6:54