akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
129 stars 44 forks source link

Timeout option to pygnmicli #96

Closed candlerb closed 2 years ago

candlerb commented 2 years ago

Small feature request: add a timeout flag to pygnmicli.

It currently uses the fixed default (5 seconds) from the gNMIclient class.

akarneliuk commented 2 years ago

Hey @candlerb ,

Implemented in #97 .

best, Anton

candlerb commented 2 years ago

Working, thank you!