You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case it would be more safe to use the ParseFromArray function because the data can contain zero bytes which will result in a parse error. This caused some problems in our sse because we are evaluating the metadata.
Kind regards,
Daniel John
The text was updated successfully, but these errors were encountered:
Hi,
I've found some little issues in your example code. At
server-side-extension/examples/cpp/basic_example/basic_example.cc
Line 126 in c500be8
and
server-side-extension/examples/cpp/basic_example/basic_example.cc
Line 167 in c500be8
In this case it would be more safe to use the ParseFromArray function because the data can contain zero bytes which will result in a parse error. This caused some problems in our sse because we are evaluating the metadata.
Kind regards,
Daniel John
The text was updated successfully, but these errors were encountered: