Android Question Asyncstream - Max Length of Buffer in Prefix Mode?

rgarnett1955

Active Member
Licensed User
Longtime User
Hi Erel,

How many bytes will AsyncStream in prefix mode (not serializer) handle for the default system.

I saw that for B4r you can increase the size by using:

B4X:
#StackBufferSize: 2000

https://www.b4x.com/android/forum/threads/asyncstreams-prefix-mode.76645/#content

However the Stack Buffer Size attribute throws an error in B4a.

I would like a buffer of 1024 + 4.

Is this possible and if so, how do I do this?

Best regards

Rob
 

rgarnett1955

Active Member
Licensed User
Longtime User
Hi Erel,

I don't want to be a smarty pants, but is this milli Bytes or mega (big M).

Only joking. I think I should be able to shoe-horn my little bit of data into 100 Mbytes without too many problems.

Thanks for that

Best regards

Rob
 
Upvote 0
Top