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

Support for Inter-Dependent Protos #11

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Conversation

WilSimpson
Copy link

Issue

Fixes issue described in thejinchao/turbolink#39

Changes

  • Imported 'Marshaling' headers to Context and Service CPPs for usage.
  • Added pragma once for Marshaling as this may now be called more than once.

* Imported 'Marshaling' headers to Context and Service CPPs for usage.
* Added pragma once for Marshaling as this may now be called more than once.
Adding metadata allows for passing authorization, or other custom headers in the gRPC context
@thejinchao thejinchao merged commit ba1058b into thejinchao:main Apr 20, 2024
@thejinchao
Copy link
Owner

Thanks!

@thejinchao
Copy link
Owner

In many situations, MetaData does not always need to be set. It is more reasonable to set this parameter to AdvancedDisplay.

@WilSimpson
Copy link
Author

WilSimpson commented Apr 30, 2024

Sorry, was only supposed to include 8bcec8f. I used MetaData for authenciation. A better solution would be to include management for auth, but I didn't want to go that far haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants