-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- According to sparkplug specificaton there is no need for host application to know what kind of metrics can be received from edge node .
But according to SparkplugNet package implementation predefined NBIRTH/Metrics in the constructor must be given to start the host application. Ideally, Host application should be started without know metrics.
2.The package internally validates incoming NBIRTH metrics with metrics saved in KnownMetricsStorage and does not fire the NodeBirthReceived and NodeDataReceived event if we give an empty metrics list(as per point 1) to start the host application and later when the edge node publishes NBIRTH.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


