Open jbemmel opened 3 years ago
As explained at https://github.com/cisco-ie/cisco-gnmi-python/blob/master/src/cisco_gnmi/client.py#L235 the 'subscribe' request is a streaming request - multiple subscribe requests from the client can be queued
With the current pygnmi code structure, this is not possible
Hello @jbemmel ,
thanks for your request. We'll take a look and get back to you.
Best, Anton
As explained at https://github.com/cisco-ie/cisco-gnmi-python/blob/master/src/cisco_gnmi/client.py#L235 the 'subscribe' request is a streaming request - multiple subscribe requests from the client can be queued
With the current pygnmi code structure, this is not possible