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
* Update README.md
A few simple documentation changes to the README.
* notes about parseDelimitedFrom() and writeDelimitedTo() cf #27
* make a note about d-gaps and writeDelimitedTo
Co-authored-by: Craig Macdonald <craig.macdonald@glasgow.ac.uk>
We use message.writeDelimitedTo() in Java to write multiple messages into a stream. However, this function is only available in Java. See also https://www.datadoghq.com/blog/engineering/protobuf-parsing-in-python/
My replacement in Python:
The text was updated successfully, but these errors were encountered: