ncssar / sartopo_python

Python calls for the caltopo / sartopo API
GNU General Public License v3.0
14 stars 2 forks source link

callbacks should only be triggered if returned json doesn't match cache #31

Closed caver456 closed 2 years ago

caver456 commented 2 years ago

from sartopo_bg issue 7:

after looking through various since results, it looks like there might always be a possibility that the full feature json is returned even if there has been no change. So, this is probably a change for sartopo_python to actually check whether the returned json matches the cache, and only invoke the callback if there is a difference.

caver456 commented 2 years ago

fixed in recent commit