-
Notifications
You must be signed in to change notification settings - Fork 349
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
Support client streaming in grpc-web #329
Comments
Yeah, hm, it looks like this line: https://github.com/stephenh/ts-proto/blob/main/src/generate-grpc-web.ts#L65 Was written before/without realizing that this line: https://github.com/stephenh/ts-proto/blob/main/src/types.ts#L540 Might return If you could reproduce in one of the |
Updating my prior diagnosis, this doesn't come from "we shouldn't use |
The PR #617 is seems trying to support client stream for grpc-web |
Try to support (client/server) streaming not |
I don't know why it's being emitted regardless of how I configure ts-proto.
Source example:
will generate
version: 1.81.3
options:
The text was updated successfully, but these errors were encountered: