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

BUGFIX: add error variable to handle context not updated #35

Conversation

rodericusifo
Copy link
Contributor

@rodericusifo rodericusifo commented Dec 24, 2023

Hello Team Dev Golang Candi,

I want to raise a bug in the middleware interceptor, in the previous code, the context was not updated because it was newly initiated using ( := ), so when in the looping process the context value was not passed to the next middleware. I hope this bug can be fixed soon. Because I like using this framework.

And Also I'd like to suggest new feature, which is grpc server reflection, so the grpc can be tested in postman. Thank You

Best Regards

Rodericus Ifo Krista

Copy link
Member

@agungdwiprasetyo agungdwiprasetyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great! Thank you for your contribution 🙇‍♂️

btw I also usually use postman to test grpc server
image

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (96726bc) 18.66% compared to head (cc1bb39) 18.66%.

❗ Current head cc1bb39 differs from pull request most recent head 71a03b7. Consider uploading reports for the commit 71a03b7 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   18.66%   18.66%           
=======================================
  Files          41       41           
  Lines        2454     2454           
=======================================
  Hits          458      458           
  Misses       1981     1981           
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@agungdwiprasetyo agungdwiprasetyo merged commit 94c4cbb into golangid:master Dec 24, 2023
1 check passed
@rodericusifo
Copy link
Contributor Author

rodericusifo commented Dec 25, 2023 via email

@rodericusifo
Copy link
Contributor Author

rodericusifo commented Dec 25, 2023 via email

@agungdwiprasetyo
Copy link
Member

that's right, just import proto in postman and all methods in that proto will appear

@rodericusifo
Copy link
Contributor Author

rodericusifo commented Dec 26, 2023 via email

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.

3 participants