[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2017-01-10 Thread Julian Jarecki
*Attention:* There is an error in the implementation of read_message_delimited! if message + header are less than 4 bytes, the stream will swallow the rest. this is why instead of reading all 4 bytes at once the java implementation will only read the first byte, and then check if more is needed

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-30 Thread protobuf
Comment #9 on issue 226 by vladimir...@gmail.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 Here's a workaround - assuming you want to do this because you are writing protobuf messages to sockets. The delimited

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-30 Thread protobuf
Comment #10 on issue 226 by vladimir...@gmail.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 Here's a workaround - assuming you want to do this because you are writing protobuf messages to sockets. The delimited

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-29 Thread protobuf
Comment #8 on issue 226 by vladimir...@gmail.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 You have few use cases in your codebase? Lame reason. Disappointing. -- You received this message because this project is

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-14 Thread protobuf
Updates: Owner: xiaof...@google.com Comment #6 on issue 226 by xiaof...@google.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 I searched around our internal code base and it appears there are very few use

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-14 Thread protobuf
Comment #7 on issue 226 by brian.olson: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 The lack of an API for a framed stream of protobuf messages is a feature for lack of which projects have decided to go with Thrift

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-13 Thread protobuf
Comment #5 on issue 226 by nadersal...@gmail.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 Any reason why? -- You received this message because this project is configured to send all issue notifications to this

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-06 Thread protobuf
Updates: Status: WontFix Comment #4 on issue 226 by xiaof...@google.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 (No comment was entered for this change.) -- You received this message because this project

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2010-11-20 Thread protobuf
Comment #2 on issue 226 by brian.olson: Python API doesn't support reading/writing delimited messages http://code.google.com/p/protobuf/issues/detail?id=226 I have a related issue, I've been using C++ CodedOutputStream::WriteVarint32 to write varint size prefixes to files containing

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2010-10-19 Thread protobuf
Updates: Labels: -Type-Defect Type-Enhancement Comment #1 on issue 226 by ken...@google.com: Python API doesn't support reading/writing delimited messages http://code.google.com/p/protobuf/issues/detail?id=226 (No comment was entered for this change.) -- You received this message