Hi @Andrefs
I looked again at the issue you reported and was able to reproduce it and found a solution. The reason why I was not able to reproduce the error initially was, that this error only happens when the Client was not able to establish a connection to the Data Layer and is trying to connect again. In this case I can also see the "Segmentation Fault".
This error can be resolved, when you create the "dataLayerClientSub" outside of the for loop. I attached the main.cpp, where I did the changes. I will also report this bug internally so it can be fixed in the SDK as well.
Thanks for reporting the issue!
Best regards,
Nick
... View more