<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FeatureTable.addFeatures() does not complete (sometimes) in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/featuretable-addfeatures-does-not-complete/m-p/1345441#M261</link>
    <description>&lt;P&gt;Apparently, it seems to be stable when reducing the size of chunks to 250, so far.&lt;BR /&gt;&lt;BR /&gt;So if anyone does custom hard sync, as in: deletion of features followed by large amounts of features passed to addFeatures, maybe this will help. Chunk it up.&lt;BR /&gt;&lt;BR /&gt;Correction: It happens still. I will test more, if anyone knows of limitations, it would be great. I am doing deletion before the addFeatures so maybe I am too quick here. Will update.&lt;BR /&gt;&lt;BR /&gt;I believe the issue is not related to the SDK at all, which might not come as a shock. I now think it is a good old async related issue.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2023 12:45:51 GMT</pubDate>
    <dc:creator>frankm</dc:creator>
    <dc:date>2023-11-03T12:45:51Z</dc:date>
    <item>
      <title>FeatureTable.addFeatures() does not complete (sometimes)</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/featuretable-addfeatures-does-not-complete/m-p/1344953#M259</link>
      <description>&lt;P&gt;Hi, I am observing something unexpected with an app here. When I add features, sometimes, the addFeatures does not call onSuccess or onFailure, nor does it throw. I was wondering if maybe there is some way to detect what is going on?&lt;BR /&gt;&lt;BR /&gt;basically I get my featureTable and call addFeatures with a List&amp;lt;Feature&amp;gt;, no magic there.&lt;/P&gt;&lt;P&gt;I am not seeing this on small amounts of features but it happens too often on lists sized 9000+. Is there a limit I should be aware of, should I split and perform the operations on chunks of 500 instead or something like that?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 13:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/featuretable-addfeatures-does-not-complete/m-p/1344953#M259</guid>
      <dc:creator>frankm</dc:creator>
      <dc:date>2023-11-02T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable.addFeatures() does not complete (sometimes)</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/featuretable-addfeatures-does-not-complete/m-p/1344972#M260</link>
      <description>&lt;P&gt;Tried with chunking features into blocks of 500, but still seeing the issue. Even tried with a delay after each pass. Im doing beginTransaction before the whole operation and commit if everything went ok, if I detect an error I call rollbackTransaction. Which doesn't help since it seems to get stuck somewhere - sometimes.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 14:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/featuretable-addfeatures-does-not-complete/m-p/1344972#M260</guid>
      <dc:creator>frankm</dc:creator>
      <dc:date>2023-11-02T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable.addFeatures() does not complete (sometimes)</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/featuretable-addfeatures-does-not-complete/m-p/1345441#M261</link>
      <description>&lt;P&gt;Apparently, it seems to be stable when reducing the size of chunks to 250, so far.&lt;BR /&gt;&lt;BR /&gt;So if anyone does custom hard sync, as in: deletion of features followed by large amounts of features passed to addFeatures, maybe this will help. Chunk it up.&lt;BR /&gt;&lt;BR /&gt;Correction: It happens still. I will test more, if anyone knows of limitations, it would be great. I am doing deletion before the addFeatures so maybe I am too quick here. Will update.&lt;BR /&gt;&lt;BR /&gt;I believe the issue is not related to the SDK at all, which might not come as a shock. I now think it is a good old async related issue.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 12:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/featuretable-addfeatures-does-not-complete/m-p/1345441#M261</guid>
      <dc:creator>frankm</dc:creator>
      <dc:date>2023-11-03T12:45:51Z</dc:date>
    </item>
  </channel>
</rss>

