Closed edwardmeng closed 6 years ago
https://github.com/FoundatioFx/Foundatio/blob/14db27dd26f54ff63841629f115eac47b7d57b12/src/Foundatio/Serializer/MessagePackSerializer.cs
When the value of parameter 'compress' is set true, it should serialize/deserialize with MessagePack.LZ4MessagePackSerializer.NonGeneric, otherwise should use MessagePack.MessagePackSerializer.NonGeneric
MessagePack.LZ4MessagePackSerializer.NonGeneric
MessagePack.MessagePackSerializer.NonGeneric
Can you please submit a pr for this (probably would be good to have a quick test for it as well.
https://github.com/FoundatioFx/Foundatio/blob/14db27dd26f54ff63841629f115eac47b7d57b12/src/Foundatio/Serializer/MessagePackSerializer.cs
When the value of parameter 'compress' is set true, it should serialize/deserialize with
MessagePack.LZ4MessagePackSerializer.NonGeneric
, otherwise should useMessagePack.MessagePackSerializer.NonGeneric