Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain default delimiter of newline #497

Merged
merged 2 commits into from
Dec 8, 2017

Commits on Dec 7, 2017

  1. Maintain default delimiter of newline

    With the addition of the delimiter interface users can now override the
    delimiter in the stream. With this additional interface we want to
    maintain compatibility-- namely we want to continue using a newline in
    the event that the marshaler doesn't implement the new interface (for
    backwards compatibility).
    
    Fixes grpc-ecosystem#495
    jacksontj committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    1d56520 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    376e649 View commit details
    Browse the repository at this point in the history