Remi-C / interactive_map_tracking

A QGIS 2.6 plugin to track camera of user , AND/OR to autocommit/refresh edit on PostGIS vector layer
http://remi-c.github.io/interactive_map_tracking/
GNU General Public License v3.0
8 stars 4 forks source link

infinite loop in web display when offline #29

Closed Remi-C closed 9 years ago

Remi-C commented 9 years ago

BUG : when offline, rapidly switching from one tab to the oter mutliple times starts an infinite loop, with messages :

2015-03-05T15:16:00 0   webview_loadFinished - #last_state : offline
2015-03-05T15:16:00 0   webview_loadFinished - ## WebView : FAILED TO LOAD
2015-03-05T15:16:00 0   webview_loadFinished - #last_state : offline
2015-03-05T15:16:00 0   webview_loadFinished - ## WebView : FAILED TO LOAD
2015-03-05T15:16:00 0   webview_loadFinished - #last_state : offline
2015-03-05T15:16:00 0   webview_loadFinished - ## WebView : FAILED TO LOAD
2015-03-05T15:16:00 0   webview_loadFinished - #last_state : offline
2015-03-05T15:16:00 0   webview_loadFinished - ## WebView : FAILED TO LOAD
2015-03-05T15:16:00 0   webview_loadFinished - #last_state : offline
2015-03-05T15:16:00 0   webview_loadFinished - ## WebView : FAILED TO LOAD
Remi-C commented 9 years ago

@yoyonel can you check the commit to see if it is okay with you?