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?