Closed trim21 closed 2 months ago
there is no way to get Ext tag and data from decoded ormsgpack.Ext type, unless users use defined their own Ext type again as ext hook.
Ext
ormsgpack.Ext
That is by design. Ext objects should only be used to request serialization in MessagePack Ext format.
there is no way to get
Ext
tag and data from decodedormsgpack.Ext
type, unless users use defined their ownExt
type again as ext hook.