Skip to content

luryus/dotnet-grpc-hang-repro

Repository files navigation

Usage

Run locally

Run in bash:

dotnet publish -c Release -o out
while true ; do out/GrpcHang ; done

Should hang in a few iterations.

Run in Docker

Run in bash:

docker build -t grpchang .
while true; do docker run -i -t --rm grpchang ; done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published