SeppPenner

Results 263 comments of SeppPenner
trafficstars

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....

What is `metrics` and where does it come from? The library is just there to serialize / deserialize data to / from Protobuf and to conveniently work with Sparkplug /...

In my opinion, this shouldn't be part of the library as e.g. Annotations for System.Text.Json / Newtonsoft.Json would pollute the data models while the use case in the library is...

I might try something though. (Maybe extension packages).

This is true as the code isn't threadsafe. I didn't think it was required to be, but if there is a use case.

You can subsribe to the same topic multiple times if you want, but you shouldn't. And you can unsubscribe using `UnsubscribeAsync`, so what's the point?

> Right now these information cannot be exported. But I can implemented it and reuse the model for the file which is stored in the user profile. Would be a...

> Also in the WIKI the "event based approach" is recommended. Just saying... https://github.com/dotnet/MQTTnet/wiki/Client#reconnecting The wiki is for the old version (3.* and below only). Just saying. The samples are...