crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

Add compile def "MSGPACK_DEFAULT_API_VERSION=1" #236

Open CanNuhlar opened 1 year ago

CanNuhlar commented 1 year ago

autobahn-cpp only supports msgpack V1. Current libmsgpackc2 & libmsgpack-dev packages on Debian 10 & 11 is using V2 which makes autobahn-cpp incompatible with Debian 10 & 11. Until msgpack V2 support is there, this workaround increases the compatibility on Debian distributions.

CanNuhlar commented 1 year ago

I don't think the checks are failing because of the changes. Am I missing something here? @oberstet

First time contributing to this project, not familiar with the CI.

oberstet commented 1 year ago

yeah, not sure, it is very likely unrelatedm and it seems like conan>=1.52.0 might solve the issue

https://github.com/conan-io/conan/issues/12076