Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Async by list by John Wu
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
Last Run: 4:13:47 am
Compile: 0.219s
Execute: 0.189s
Memory: 6.84Mb
CPU: 0.188s