Problems with async AddStreamEntry
Hi folks,
I have some issus with the AddStreamEntry service of a stream. I have a service which will add elements from a InfoTable to the stream (round about 500). I iterate through every element, log the iteration step and add stuff via AddStreamEntry to the Stream. In log I can see all 500 iterations. In Stream there are only ~30 elements.
I think that have something todo with the async call of AddStreamEntry. The AddStreamEntry maybe is slower than the iteration. After finish all iteration steps my service will end up without all AddStreamEntry calls. It there any solution for this problem?

