You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/05/09 22:35:59 UTC

[GitHub] [cordova-ios] 75341704 edited a comment on issue #1103: Webview is reloaded sometimes and Failed to acquire RBS Background assertion 'ConnectionTerminationWatchdog'

75341704 edited a comment on issue #1103:
URL: https://github.com/apache/cordova-ios/issues/1103#issuecomment-835913708


   @MarcelSchuermann  
   
   The problem was found  when I  checked the previous release of my app (git reset one by one). 
   
   In my project, I made an extension of  https://github.com/leaflet/leaflet.vectorgrid considering my data format.
   Three self-defined VectorGrid layers were added to the map and they used same url (The OSS is used for caching in the server side)
   The VectorGrid is a Tiled-based layer and it will request different tiled-layer's data at the same time in the moved map.
   After the "same url" was removed, the error was gone.
   
   So the "concurrent requests", I guess , in the WKWebView may cause the error.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org