When I open a streamed file in the callback method it sometimes is still busy. What can I do?
This is a known issue with the DataStream plug-in. It can happen when you open the streamed file immediately after it was created, using the callback method. The issue can be avoided by adding 'application.sleep(500)' (500ms sleep) before you open ...