Android Question Astreams Prefix mode doesn't finish

Rusty

Well-Known Member
Licensed User
Longtime User
I have Astreams where I receive files. These files vary in size from 100MB to a few bytes, usually all files arrive perfectly.
However, sometimes, the stream arrives and my progress shows that ALL bytes have arrived, but the Astreams_Newstream event NEVER fires.
My progress keeps showing the file as 100% arrived, but Astreams_Newstream doesn't fire.
Does anyone know why it wouldn't fire when normally it does?
Is there a way to cause the Astreams_Newstream to fire? Can I call it?

UPDATE: In viewing my logs and tracing code, it appears that
a. A small file came in and the event did fire
b. The status bytes total bytes and bytes received don't get reset during the next file receive
Should I terminate the Astreams and open another?

Thanks,
Rusty
 
Last edited:
Top