react-native-grpc-example
react-native-grpc-example copied to clipboard
React Native Android gRPC example
E/ErrorResponeTask Error: io.grpc.StatusRuntimeException: UNAVAILABLE java.io.IOException: PROTOCOL_ERROR invalid settings id: -509 at io.grpc.okhttp.internal.framed.Http2.ioException(Http2.java:589) at io.grpc.okhttp.internal.framed.Http2.access$200(Http2.java:47) at io.grpc.okhttp.internal.framed.Http2$Reader.readSettings(Http2.java:304) at io.grpc.okhttp.internal.framed.Http2$Reader.nextFrame(Http2.java:162) at io.grpc.okhttp.OkHttpClientTransport$ClientFrameHandler.run(OkHttpClientTransport.java:857) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764) 08-20 23:50:18.082 3165-5160/com.hamybox W/OkHttpClientTransport:...
Hi Albert, I'm trying to use gRPC on React Native, iOS environment and encountered your article and it helps a lot to understand how to do that even on iOS,...