prohazko
prohazko
Was playing around with gRPC implementation and almost succeed with basic unary calls serving https://github.com/prohazko2/deno-grpc/blob/0.1.3/serve.ts 1. http2 with `Deno.serveHttp` was ok 2. protobuf msgs decoding/encoding with `protobuf.js` was ok 3....
@bartlomieju sure, here it goes https://github.com/denoland/deno/issues/10214
Hi, If anyone still interested - i made some progress on my lib https://github.com/prohazko2/deno-grpc It now can make and serve unary calls. Main bummer is - it doesn't use Deno's...
Hi, I also have same problem. It's because `client.close()` at the end of example causes connection termination, and client wants to write some frames (`WINDOW_UPDATE`) to closed connection. I tnink...
@mattn I think It's different case, but I'll check this also
Hi You're doing nothing wrong, it's just generator that has some bugs fixed some at https://deno.land/x/[email protected]
As for double export of nested `Item` interface: I'd like to leave it as it is because of simplistic nature of this lib. And it's ok for typescript to have...
I also have same feature for `release` branch. Is it ok to make PR, or it closed for new commits now?
Sorry for long response. Most of these errors caused by excesive console logging during development stage. Fixed (actually muted) them at https://github.com/prohazko2/deno-grpc/tree/0.4.6
Also, if You are planning to use gPRC on Deno - consider tracking https://github.com/denoland/deno/issues/3326 issue from Deno team, because this project (deno-grpc) is not actively maintained right now