Hi
I'm trying to get the WmsLayer setRefreshInterval to work. I'm using fiddler to try and see if the wms layer is getting periodically requested. As far as I can see it seems like the it doesn't send requests except for when I'm panning and zooming. The server seems to set the no-cache stuff in the header response.
My sequence is as follows:
1. Create a new WmsLayer
2. Set the refresh interval to approx. 30 seconds
3. Wait for it to finish loading.
4. Add it to basemaps list.
Am I missing something? Any way to debug it? Can I force a reload or something using my own timer?
I'm using arcgis sdk 100.4 and qt 5.12 on Windows 10.