Hi Team.
I am using Open62541 SDK latest version v1.4.10 PubSub functionality.
My publisher is publishing "ImageBMP" datatype data with the following configurations:
Protocol: UDP / MQTT (Any of these)
Encoding: UADP
When I am trying to subscribe to this data with Open62541 SDK-based subscriber, I am getting the following error:
"Verify, decrypt and decode network message failed. Message received that could not be processed."
When I debugged the logs, I found that the dataset writer ID is getting mismatched and is changing for each message received.
This is happening only when Image BMP data is to be subscribed. For all other datatypes, subscriber is working properly.
Can you provide some help on this?
Thanks,
Chirantan