Android Question using asyncstreams two ways simultiniously

Asim A Baki

Active Member
Licensed User
Longtime User
I'm trying to send large files from c# to B4A using prefix mode and serializator
everything goes just fine with resume capability, I have now 2 small issues, all the data sent from astreams.write in android are queued until the whole file is transferred from c#

C#------------> Android
<-----Wait---

once the file is completed, all the queued messages is received at once

second issue, some times memory overflows on android and application crashes
any ideas?
 
Top