-
Notifications
You must be signed in to change notification settings - Fork 776
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
gRPC client streaming typescript not created. #1275
Comments
Similar results with protoc -I=$DIR file.proto \
--js_out=import_style=commonjs:$OUT_DIR \
--grpc-web_out=import_style=commonjs+dts,mode=grpcwebtext:$OUT_DIR Output:
|
Also attempted mode=grpcweb
Output:
And:
Output:
|
This does not seem to be specifically a typescript problem:
Output:
|
Manually adding works.
|
Hi @kkuehl , |
@opporancisis thanks for helping clarifying! That is right - Client streaming it not currently supported. Please follow the above mentioned thread if you're interested in this feature. Thanks! |
Feel free to close ticket. |
thanks for reminder :) |
Minimal protobuf example:
gRPC version: 1.48.1
protoc-gen-grpc-web version: 1.3.1-linux-x86_64
Command:
Output:
Expectations: expected fileUploadCommand to be generated.
The text was updated successfully, but these errors were encountered: