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

Change anypb.Any to emptypb.Empty (thanks @danw for the fix) #57

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

Conversation

ntaylor-barnett
Copy link

This fixes a issue that was picked up in some of my own unit tests for a separate project. Thanks danw for the workaround. I don't know for sure if this will cause problems for other people, but it got it all working perfectly in my use cases.

#55 (comment)

@stdll00
Copy link

stdll00 commented Apr 18, 2022

In my case, also need fix L147 &anypb.Any{} to &emptypb.Empty{}.

smoole added a commit to smoole/grpc-proxy that referenced this pull request Apr 28, 2022
@dlakshma
Copy link

dlakshma commented Dec 28, 2022

Is this fix from anypb to emptypb will be merged to main branch. If fixes the invalid utf-8 error when response is received from grpc-proxy

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