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
Expose last parsed delimiter in MessageReader (#58)
Currently, `MessageReader::NextMessage` will advance the buffer past the gRPC delimiter.
However, we need the delimiter if we wish to preserve the original message. Instead of having our extraction libraries reform the delimiter, just rely on `MessageReader` to expose the last parsed message.
0 commit comments