SparkplugNet
SparkplugNet copied to clipboard
Sequence Number is missing in NodeDataReceivedAsync & NodeBirthReceivedAsync
According to the Sparkplug specification, we must submit a REBIRTH request if we get a message out of order. However, the NodeData which we receive in the host application(using NodeDataReceivedAsync ) just includes metrics not sequence number.
Need to check this.
Hello @SeppPenner
any updated on this .
Need this to implement reorder timeout functionality using this.
Hello @SeppPenner any updated on this . Need this to implement reorder timeout functionality using this.
Sorry, I haven't started with this yet. The plan is to work on this today and tomorrow.
Do you want this to be within the list of metrics or do you want to have this as seperate property like I did it in https://github.com/SeppPenner/SparkplugNet/commit/611afa9cdc044419c80abd78bc8b5550ed10e78c?
This should be fixed in version > 1.3.5+. Check https://github.com/SeppPenner/SparkplugNet/commit/9cb2deb43492926293c49338667bbd83eb6a286b that implicitely fixed this.
Hello @SeppPenner Thanks for the above updates. I have verified it in the latest release (1.3.8) but i am still not getting Seq Number in NBIRTH or NDATA event. For the clarification i am referring to Seq number like below image not the bdseq(sessionNumber) metrics.
Hello @SeppPenner Thanks for the above updates. I have verified it in the latest release (1.3.8) but i am still not getting Seq Number in NBIRTH or NDATA event. For the clarification i am referring to Seq number like below image not the bdseq(sessionNumber) metrics.
Thanks for the clearification, need to check this.
