You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending node device data messages from a from different threads, there is a risk of sending several data messages with same sequence number.
Typical example: Each "device" is managed in it's own thread. If they send data messages at the same time, they might send data messages with the same sequence number. The chance of this to happen increases with the device activity.
I can see the issue in the SparkplugNodeBase.PublishMessageForDevice method.
The text was updated successfully, but these errors were encountered:
When sending node device data messages from a from different threads, there is a risk of sending several data messages with same sequence number.
Typical example: Each "device" is managed in it's own thread. If they send data messages at the same time, they might send data messages with the same sequence number. The chance of this to happen increases with the device activity.
I can see the issue in the SparkplugNodeBase.PublishMessageForDevice method.
The text was updated successfully, but these errors were encountered: