75341704 commented on issue #1103: URL: https://github.com/apache/cordova-ios/issues/1103#issuecomment-835913708
@MarcelSchuermann The problem was found by checking 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org