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

Disable default dates encoding for BinaryPacker #189

Open
pavlo-viazovskyi opened this issue Sep 21, 2021 · 0 comments
Open

Disable default dates encoding for BinaryPacker #189

pavlo-viazovskyi opened this issue Sep 21, 2021 · 0 comments

Comments

@pavlo-viazovskyi
Copy link

Custom encodeDate, decodeDate functions are not used by msgpack5, because custom types encoding happens after Date type encoding inside msgpack.encode function.

This can be fixed by disabling default Dates encoding in following line adding disableTimestampEncoding: true option.

@achrinza achrinza added the bug label Sep 21, 2021
@stale stale bot added the stale label Nov 20, 2021
@loopbackio loopbackio deleted a comment from stale bot Nov 21, 2021
@stale stale bot removed the stale label Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants