Skip to content

This is an example to reproduce the GO_AWAY message due to client side keepalive messages

License

Notifications You must be signed in to change notification settings

DE-CIX/gnmi-subscribe-go-away

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Example for GO AWAY messages

  1. Install requirements
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Insert the IP address of your device (look for INSERT YOUR IP ADDRESS)

  2. Run the code

python -m subscribe
  1. Wait

After 8 minutes (4x120 seconds) the gNMI session will be terminated with:

grpclib.exceptions.StreamTerminatedError: Connection lost

About

This is an example to reproduce the GO_AWAY message due to client side keepalive messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages