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

Introduce message flavor to distinguish serialized message bytes. #135

Closed
wants to merge 1 commit into from

Commits on Nov 11, 2016

  1. Introduce message flavor to distinguish serialized message bytes.

    Message caches already serialized bytes. But, though the serialization
    is depending on TCP or UDP flavor, this caching may fail. Introducing a
    message flavor and check the flavor prior using the cached bytes fixes
    possible resulting issues.
    
    Signed-off-by: Achim Kraus <achim.kraus@bosch-si.com>
    Achim Kraus committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    17c9a36 View commit details
    Browse the repository at this point in the history