I am trying to subscribe with gNMIClient.subscribe_stream(). How to stop this subscription without closing the channel?
I am not using "with gNMIClient() as gc: " as given in the example. I want to take the control of when to end the subscription in my test.
I am trying to subscribe with gNMIClient.subscribe_stream(). How to stop this subscription without closing the channel?
I am not using "with gNMIClient() as gc: " as given in the example. I want to take the control of when to end the subscription in my test.