Skip to content
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

Type generation error #28

Open
MaddyMastering opened this issue May 19, 2018 · 0 comments
Open

Type generation error #28

MaddyMastering opened this issue May 19, 2018 · 0 comments
Labels

Comments

@MaddyMastering
Copy link

MaddyMastering commented May 19, 2018

When rpc call starts with consecutive uppercase

rpc UMChannel (stream Request) returns (stream Response);

the generated definitions would contain

uMChannel(request: package.Request): Observable<package.Response>;

which would be undefined function, instead it should have generated

umChannel(request: package.Request): Observable<package.Response>;

@MaddyMastering MaddyMastering changed the title Bidirectional Streaming: this.client.biStream is not a function Type generation error May 20, 2018
@kondi kondi added the bug label Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants