Grpc Support?
- Ngôn ngữ chính
- Rust
- Star
- 7.1k
- Fork
- 546
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Today I wanted to try `tunnelto` to expose my local gRPC service to my mobile, but for some reason, tunnelto couldn't handle that:
Here are some logs when I tried to do that
```
$ grpcurl -plaintext -proto myproto.proto https://myservice.tunnelto.dev myservice.HelloWorld/Hello
```
```
Failed to dial target host "https://myservice.tunnelto.dev": dial tcp: lookup tcp///myservice.tunnelto.dev: getaddrinfow: The specified class was not found.
```
also, I tried to remove `https` and use port `443` but didn't work.
I thought since gRPC is over http2 it would work, but apparently it didn't :(.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.