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"
Thank you.
The phenomenon occurs when the ReadOnlySequence is less than the byte string to be deserialised.
It is difficult to tell whether this is a problem with NATS or MemoryPack.
If there is a code that can reproduce it easily, we can investigate it.
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: