O ondesic Active Member Licensed User Longtime User Jan 28, 2012 #1 I am having a problem with the asyncstream. I have to send data in a for loop. The problem is, the buffer keep appending the old buffer and new buffer. THis corrupts the data. Is there an easy way to send one buffer, then wait until the buffer is used, then send the next sync? Thanks
I am having a problem with the asyncstream. I have to send data in a for loop. The problem is, the buffer keep appending the old buffer and new buffer. THis corrupts the data. Is there an easy way to send one buffer, then wait until the buffer is used, then send the next sync? Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 29, 2012 #2 Can you post your For loop code? Upvote 0