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
I'm experiencing an issue when trying to serialize/deserialize a collection of metrics data using MemoryPack with NATS.
When attempting to serialize and send a large collection of metrics via NATS, I'm getting this error:
"MemoryPack.MemoryPackSerializationException: Length header size is larger than buffer size, length: 33554432"
I'm experiencing an issue when trying to serialize/deserialize a collection of metrics data using MemoryPack with NATS.
When attempting to serialize and send a large collection of metrics via NATS, I'm getting this error:
"MemoryPack.MemoryPackSerializationException: Length header size is larger than buffer size, length: 33554432"
Code Example
The text was updated successfully, but these errors were encountered: