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

Extend message struct to include a raw interface #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2020

  1. Extend message struct to include a raw interface

    Add a new field to the message struct in order to pass
    user data such as a struct of pointers.
    Despite of the data can be stored on the message payload
    it have two dissavantages:
    1) It forces the user to marshall/unmarshall the data each time
    that the message is passed in the pipeline
    2) Data such as signaling channels or pointers can not  be casted to
    a []byte.
    
    Signed-off-by: Daniel Canessa <[email protected]>
    danielcanessa committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    881f2e1 View commit details
    Browse the repository at this point in the history