Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The grpc.beta code elements are deprecated and may go away anytime. (gRPC 1.0.0 is also super old and unsupported)


Good point - we're still in the process of migrating to >= 1.17. The gRPC connection and client stub should still translate (few semantic updates).

```

channel = grpc.insecure_channel('0.0.0.0:9000')

stub = PredictionServiceStub(channel)

```

-masroor (author)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: