Jonas Jochum
Jonas Jochum
https://github.com/dascandy/hippomocks/blob/10960d027b398444ec3ec6ce2487de3db0283ff8/HippoMocks/hippomocks.h#L233 These includes should probably be outside of the namespace definition. In case a class uses one of the functions defined in sys/mman.h, this function is then undefined for the...
Previously, only str values were supported as the value of a leaflist_val. This extends the code to also support TypedValues with json and json_ietf formats, for both subscriptions and get.
Threads are not joined properly in gRPC and cause an exception on the Python side. The connection termination is usually okay and shouldn't crash scripts. The workaround allows joining the...
When querying a whole subtree, the telemetryParser fails to parse the response from our gNMI server. The update_msg contains a leaflist_val whose elements are TypedValues instead of the expected string....