Hello,
I am running into an issue where once I update the SDK from 200.7 to 200.8 and run my app, it crashes. The crash seems to happen after I add additional layers to the operationalLayer of the map. I have checked to make sure the layers are not being added or used elsewhere as I know that is not allowed. The crash seems to be with `setup_query_parameters_`.
Solved! Go to Solution.
I found the solution, setting the featureRequestMode to manual.
featureTable.featureRequestMode = .manualCache
Hi, I've a few things to clarify…
- Do you have a reproducible example to provide? Feel free to PM.
- If not, what are the steps that lead towards this crash? i.e., do you call addOperationalLayer in a specific way that cause this crash?
- Is it sporadic or constantly reproducible?
I took a quick look at the core changes and there wasn't a specific change to the query parameter part. That makes me guess some kind of threading issue. So a reproducible case would be helpful!
I found the solution, setting the featureRequestMode to manual.
featureTable.featureRequestMode = .manualCache