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
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.
The text was updated successfully, but these errors were encountered:
Custom
encodeDate
,decodeDate
functions are not used by msgpack5, because custom types encoding happens afterDate
type encoding insidemsgpack.encode
function.This can be fixed by disabling default
Date
s encoding in following line addingdisableTimestampEncoding: true
option.The text was updated successfully, but these errors were encountered: