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
Msgpack is suitable for small~medium data fits in memory.
When treating large data, "sequence of small message" is better than "one message has large array".
In this line , should the max length be
(size_t) -1
instead?The text was updated successfully, but these errors were encountered: