Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

hmhagberg/bytebuf-leak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytebuf-leak

This is an example program to reproduce ByteBuf leak in grpc-runtime and/or some related component.

Instructions

Build the program

mvn clean package

Start the server. The server keeps running until killed.

./run_server.sh

Run the client.

./run_client.sh

There seems to be no leak after the client has been run once so run it again. After the second (and any further) execution there should be leak report in the server's output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published