Vladislav Polyakov

Results 74 issues of Vladislav Polyakov

https://github.com/deeplay-io/nice-grpc/blob/223fb38b0078b32ae6cd242dbfffb077675c337b/packages/nice-grpc/src/client/createServerStreamingMethod.ts#L110 If I call the throw method from the iterator, then the next wait will not stop. Example: ```ts let serverStream = ... once(AbortSignal.timeout(10), 'abort').then(() => { return serverStream.throw!(new Error("Timeout."))...

https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md

**Describe the bug** It seems to me that if I use AbortSignal.timeout(), then the call should end with the error canceled/deadline, not internal. **To Reproduce** ```ts client.method(msg, {signal: AbortSignal.timeout(0)}) //...

bug

DEBUG=prom:* node app.js

### Is your feature request related to a problem? Right now, the grpc-js package is install the proto-loader package (which I'm 100% sure it doesn't need). I suggest removing the...

package: @grpc/grpc-js

no changelog
no tests
no examples
no lint

With support for running e2e tests