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

Passing the timeout to the subscribe Stub #158

Closed basondole closed 3 months ago

basondole commented 3 months ago

The timeout parameter is not used in this function, so we dont have a way to set timeout for the subscription. This change will fix that.