Can you show what you mean by wrappers here? If you dump the payload and inspect it (protoc, or there's a tool at https://protogen.marcgravell.com/decode), is the data in the payload? A minimal example, in some way, would really help
On Tue, 5 Nov 2019, 20:55 SW89, <[email protected]> wrote: > Good Afternoon, > > My team is working to implement Protobuf into our angular/C# web > application however we have run into a snag regarding the implementation of > wrapper types. > > We needed to support the notion of null values and came across the > implementation of wrappers to facilitate this with protobuf. We have > implemented all our non required fields using wrappers and what we have > seen is that values encapsulated within the Wrappers are only returning a > single character when inspected server side. > > For Example we have a form input in which we enter Name = "Test Name" and > then when inspecting the server side values all Name is holding is "T". > > Has anyone encountered this issue and could shed some light on how to fix > it. > > Thanks, > > Sam > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/protobuf/45b6bfbe-e20b-427d-8bab-26197cfe4293%40googlegroups.com > <https://groups.google.com/d/msgid/protobuf/45b6bfbe-e20b-427d-8bab-26197cfe4293%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/CAF95VAzaA7e%3D5YXEvjUsWEXNRBYTD6sb5j4OTuEtdCY5%2Btg7PQ%40mail.gmail.com.
