-
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
Add observable support to grpc-web clients #129
Comments
Yeah, that combination of options is not supported. |
After some investigation i realize what wrong with Observable for stream methods: In interface we have forced For stream methods we need to use Tomorrow i create pr for this feature. |
Pretty this is fixed, and just forgot to close the issue. |
--ts_proto_opt=outputClientImpl=grpc-web,returnObservable=true
All methods (except stream methods) still promise.
The text was updated successfully, but these errors were encountered: