ganesh wrote:
Are there any easy way of updating? Maybe it's possible to update a single component of the API concerning this specific error?
I have interfaces with C++ code, so full update of API will definitely break the whole system and I'd prefer not to reimplement all of them.
The new API is backwards compatible, hence theoretically you would need to add the new methods to your C++ interfaces and make empty implementations of them.
Could you also check if the connection problem does persist with API version that you are currently using?