You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently msgpack binding is not implemented.
To implement it, the MsgpackBinding interface should be implemented, which actually means to implement a WampFormatter and a WampBinaryMessageParser.
See Jackson's binding:
JsonNodeBinding, JsonNodeFormatter, JsonNodeMessageParser
The text was updated successfully, but these errors were encountered:
Currently msgpack binding is not implemented.
To implement it, the MsgpackBinding interface should be implemented, which actually means to implement a WampFormatter and a WampBinaryMessageParser.
See Jackson's binding:
JsonNodeBinding, JsonNodeFormatter, JsonNodeMessageParser
The text was updated successfully, but these errors were encountered: