Tuesday, August 26, 2014

Error when sending deserializing data with image (protobuf)

Now test your send method with a fixed pattern



const long SIZE = 82945100;
static void Main(string[] args)
{
byte[] buffer = new byte[SIZE];
for (long count = 0; count < SIZE; count++)
{
buffer[count] = (byte)(count % 256);
}

}





jdweng


No comments:

Post a Comment