Question
Java SDK property buffer size
In java sdk, if I set a property more than 100 times and then call updatesubscribedproperties, lets say 200 times.
I observe that only 100 values are sent to the server.
I assume there must be some buffer size/ stack size which determines this depth of stack.
Is there a way I can increase the "buffer" size to more than 100 ?
Thanks
-Manas

