More examples with interceptors
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 802
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 5
Description
See the test:
https://github.com/grpc/grpc-web/blob/master/packages/grpc-web/test/tsc-tests/client03.ts#L24
and the interceptor interface:
https://github.com/grpc/grpc-web/blob/master/packages/grpc-web/index.d.ts#L63
If I have a service where several methods use streams, does it mean that I have to create so many instances of services and write my own interceptor for each one?
Contributor guide
Assessment
This issue has not been assessed yet.