protobuf-net version: protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67
Contract for StreamObject:
message StreamObject {
repeated uint32 StreamBytes = 1 [packed=true];
}
Contract for ByteListObject:
message ByteListObject {
repeated uint32 StreamBytes = 1 [packed=true];
}
Begin serialization of Data, writeStream.Length = 0
End serialization of Data, writeStream.Length = 0
Streams round-tripped successfully.
Run-time exception (line 217): inputStream was completely loaded into memory before writing to writeStream!
Stack Trace:
[System.InvalidOperationException: inputStream was completely loaded into memory before writing to writeStream!]
at TestClass.Test() :line 217
at Program.Main() :line 250