I have question regarding using AsyncStream in Prefix mode. If I have an array of objects say 200 elements, that I serialize to a byte array and then send to a B4J app, on the B4J app I seem to hit array bound index issues when my program enumerates the deserialized object array in the B4J app. At 144 I hit arraybound errors. if I send less than that, then all is well.
I'm thinking it's on the B4R side. I'm using the B4RSerializator .ConvertArrayToBytes2 sub to serialize the array. My buffer array used in arg 2 I believe is big enough (for testing I set it to an array of 2400 bytes). I also increased my stack size to 8000. Is there a max on the number of elements that can be serialized and sent from the B4R side?
I'm thinking it's on the B4R side. I'm using the B4RSerializator .ConvertArrayToBytes2 sub to serialize the array. My buffer array used in arg 2 I believe is big enough (for testing I set it to an array of 2400 bytes). I also increased my stack size to 8000. Is there a max on the number of elements that can be serialized and sent from the B4R side?