Skip to content

Demonstrates a bug found with Deno's gRPC support

Notifications You must be signed in to change notification settings

garethj2/deno-grpc-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-grpc-bug

This repo has been created so a reproducible test case for this Deno gRPC issue.

To make this as simple as possible, I've modified one of the examples from grpc-node.

Here are the steps...

  • Ensure you have the latest and greatest Deno installed (currently 1.44.4).
  • Ensure you have NodeJS installed.
  • Run npm install.
  • Run npm run server. This will start the server using NodeJS.
  • run npm run client. This will start the client using Deno.

The client should run forever printing out responses. Instead it'll only run for under a minute because of this issue.

FYI. I'm running all of this on my Macbook Pro (M2).

About

Demonstrates a bug found with Deno's gRPC support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published