Closed starlight173 closed 4 years ago
Right now there are no plans to support MessagePack.
What is your use case?
I'm working on a notification system that exchanges the communication via client a lot. So, I think about optimizing the transferred data for performance for a better traffic on many channels. And the MessagePack format is a fast and compact serialization format with a simple to implement specification. I just wandered around and found out that could be accomplished via a custom serialization.
Closing this issue due to inactivity
Just want to know if I can publish a Messagepack ?