Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ugorji changed their API and broke msgpackserializer #168

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

dcarbone
Copy link
Contributor

Earlier today https://github.com/ugorji/go pushed a commit (ugorji/go@a70535d) that changed the placement of the RawToString bool from inside the MsgpackHandle to inside the DecodeOptions type. This caused my builds to start failing due to https://github.com/gammazero/nexus/blob/master/transport/serialize/msgpackserializer.go#L14.

This PR is a non-breaking change that corrects this issue by setting the fields post struct construction.

@gammazero gammazero merged commit fce6885 into gammazero:master Apr 2, 2019
@dcarbone dcarbone deleted the bugfix/ugorji-api-fix branch April 1, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants