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
The first step is: don't ignore the error that snappyReader.Read is returning.
After that, I'm only guessing, but there is a difference between the block Snappy format, and the streaming Snappy format. The streaming format is the block format plus a framing header. The snappy.Reader is for the streaming format, but most people use the block format. Try this instead:
code:
line:pbMsg.GetBody().GetReqData().GetContent() return a string . when using the stringReader as the paramater , the rNum is 0, why? 3q very much
The text was updated successfully, but these errors were encountered: