You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that we're using QGIS 3.32 in the builds, we could try to add QgsProviderMetadata::ParallelCreateProvider to WMS metadata (QgsWmsProviderMetadata::providerCapabilities()) to get the provider loaded in a worker thread, rather than creating it in the main thread. (But we'll probably still be affected by networking issues as in #3)
If the QGIS project uses a WMS / WMTS layer, the project loading will get stuck, with this warning being emitted all the time:
This is likely due to the fact that the WMS provider is doing a synchronous blocking GetCapabilities call in the constructor.
The text was updated successfully, but these errors were encountered: