eclipse-velocitas / vehicle-app-cpp-template

Vehicle App template for C++
Apache License 2.0
7 stars 5 forks source link

[Bugfix #72] Fix app deployment in Kanto runtime #88

Closed BjoernAtBosch closed 5 months ago

BjoernAtBosch commented 5 months ago

Description

Fixes #72 which was caused by the lack of the C++ SDK to handle addresses of communication partners of the app given in URL style, e.g. mqtt://localhost:12345. This is fixed by C++ SDK release v0.4.3, which is "pulled in" by this PR.

Issue ticket number and link

72

Checklist