-
Notifications
You must be signed in to change notification settings - Fork 132
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
RpcError: missing response body #454
Comments
@imotai were you able to resolve this? I see that you closed the issue. I'm having a similar error with the response body missing. |
same error here using React Native and expo The result of fetch after the GRPC request is sent is:
And in wireshark I can see that I have my content in the body... "size": 332 but still [RpcError: missing response body] |
This is a bug with react native: facebook/react-native#37505 Their |
I indeed saw fetch is really weird on react native and made my GRPC client working using polyfill for stream and encoding: github.com/Honeybrain/Mobile |
The error message
The package.js
The test file
The text was updated successfully, but these errors were encountered: