hi, i'm using gpb for a client server application. on the server is a c gpb library in use and on the client the messages were generated by java. receiving large messages on the server resolves allways in an error message "data too short after length-prefix of 13590511" small messages are not a problem. so my question is: why i have this problem only when client and server have different api. c client to c server works perfect. does java not set a length when the prefix WIRETYPE_LENGTH_DELIMITED is set? because the c server looks for the base7 coded length when receiving a message with this identifier.
kind regards -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
