Closed csm closed 4 years ago
See https://github.com/ugorji/go/issues/315#issuecomment-689313721
You need to set WriteExt=true so that the new spec is honored. When we built this library, most uses were using the old spec and the new spec was in its infancy, so it is an opt-in. Opt into it by setting the flag WriteExt=true.
Fixes #315