I have tried to serialize an image about 21k size, but I have found the image missing part over 16k
I have used ser.ConvertObjectToBytes(mm) in the Network Example
I checked the size of data array Image before cnversion, the size after , I couldn't get similar size
Serializator only supports objects less than 16K length, it truncate other bytes,
Any chance to get over this so I can send Files, and images?
I have used ser.ConvertObjectToBytes(mm) in the Network Example
I checked the size of data array Image before cnversion, the size after , I couldn't get similar size
Serializator only supports objects less than 16K length, it truncate other bytes,
Any chance to get over this so I can send Files, and images?