Re: [protobuf] A first chance exception of type 'System.IO.EndOfStreamException' occurred in protobuf-net.DLL

2014-04-23 Thread Marc Gravell
This looks to be protobuf-net specific. Note that protobuf-net includes SerializeWithLengthPrefix and DeserializeWithLengthPrefix which can be used to simplify working with multiple separate logical messages on a single stream (such as against a socket), without ever over-reading. Also - it

[protobuf] A first chance exception of type 'System.IO.EndOfStreamException' occurred in protobuf-net.DLL

2014-04-22 Thread Empi
Hi and thanks for this lovely serializer. I'm working on aproject on which local desktop application is talking tcp/ip with local window 8 application (metro) through loopback. I did of course loopback exemption, and all worked great!!! until... yesterday I've added an additional String field