Hello,
How can I use an unknown buffer size to store bytes which sended through a socket? [the buffer will fit itself according to the length of the data]
Currently, I am using a big byte array, but a lot of memory is wasted because most of the time there is no need for such a big buffer