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
Thanks for the feedback, there is an oversight in documentation, the input function may not modify data while iteration is taking place. For your use case, please use the iterator function to collect the document IDs to delete, and then delete each of them afterwards.
I shall note this down in the ForEachDoc function.
Hello,
I was playing with Tiedot and came across an interesting scenario. I took the example code and modified it to simulate some concurrency.
Here is my code:
I tried this on a mac and a linux box and the behavior was exactly the same. Looks like foreach locks up after the first read.
The text was updated successfully, but these errors were encountered: