netanel-utila
netanel-utila
+1 The unsubscribe function should call close: ```ts return new Observable((observer) => { const grpcRequest = grpc.unary(methodDesc, { request, host: this.host, metadata: maybeCombinedMetadata, transport: this.options.transport, debug: this.options.debug, onEnd: (next) =>...
We need to see what we can do about promises. The ultimate solution for me is passing an abort controller: ```ts // user code const controller = new AbortController(); const...
Hi, Any news here? We also need streaming support
You are welcome to create a PR
You are welcome to create a PR
Try to check the angular material dialog impl
I know, but this package should work in the browser without polyfills.