Skip to content
Snippets Groups Projects

Fix not being able to deal with uints from subscribers

Merged Fabian Seidl requested to merge hotfix-uint-vals-from-gnmi-subscriptions into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -256,8 +256,6 @@ func (n *NetworkElementWatcher) handleSubscribeResponseUpdate(resp *gpb.Subscrib
log.Errorf("The given value of type: %T, provided by a SubResponse from network element with ID: %s is not supported", v, subscriptionInfo.NetworkElementID)
return
}
update.Val.GetUintVal()
}
mneID, err := uuid.Parse(subscriptionInfo.NetworkElementID)
Loading