Hi Team,
I am trying to subscribe to messages published by the publisher.
When this message contains Image BMP (around 30000 bytes long ByteString) type of data, Open62541 SDK-based Subscriber is not able to subscribe to it.
When I debugged the code, I found that when there is an Image BMP type of data in a message, the dataset writer ID received is different than the actual dataset writer ID. That is the reason it is saying, "Message received cannot be processed".
This happens only for Image BMP data; for all other datatypes, it is working properly.
Can you suggest something for this issue?
Thanks,
Chirantan