We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MsgpackHandle.AddExt
MessagepackHandle.SetBytesExt
MsgpackHandle.AddExt, used here, is deprecated: Use MessagepackHandle.SetBytesExt instead.
Additionally, re-enable TestMsgpackExtensions, in transport/serialize/serializer_test.go, and fix the error is was returning:
TestMsgpackExtensions
transport/serialize/serializer_test.go
serializer_test.go:516: Error registering msgpack extension: cannot modify initialized Handle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MsgpackHandle.AddExt
, used here, is deprecated: UseMessagepackHandle.SetBytesExt
instead.Additionally, re-enable
TestMsgpackExtensions
, intransport/serialize/serializer_test.go
, and fix the error is was returning:The text was updated successfully, but these errors were encountered: