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.
