Hello all,

I'm receiving through Eclipse's Log Cat the following warning:

Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.

It seams that in some class from the Android Library provided by LightStreamer it is been created a BufferedReader without a buffer size parameter.

I want to know if there is a way to set the size of buffer, like a parameter in a LSClient class or something like it.

Thanks