Add compile def "MSGPACK_DEFAULT_API_VERSION=1"#236
Open
CanNuhlar wants to merge 3 commits intocrossbario:masterfrom
Open
Add compile def "MSGPACK_DEFAULT_API_VERSION=1"#236CanNuhlar wants to merge 3 commits intocrossbario:masterfrom
CanNuhlar wants to merge 3 commits intocrossbario:masterfrom
Conversation
Author
|
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. |
Contributor
|
yeah, not sure, it is very likely unrelatedm and it seems like |
c4c6d66 to
684893f
Compare
autobahn-cpp only supports msgpack V1. Current libmsgpackc2 & libmsgpack-dev packages on Debian 10 & 11 is using V2 which makes autobahncpp incompatible with Debian 10 & 11. Until we have moved on to msgpack V2, this workaround increases the compatibility on Debian distributions.
684893f to
ff235f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.