Describe your environment.
SDK Version: 3.6.187.1
Platform: Windows
OS Version: 10.0.22631.3296
Steps to reproduce.
We don't have exact steps to reproduce, only stack traces
What is the expected behavior?
Not to crash
What is the actual behavior?
Random crashes,

Checking the value of the internal arrays

m_buffer has a length of 298643 bytes

The content of the packages would read beyond its length and crash.
writer.WriteBlob(m_buffer.data() + 298643, 7345).
Additional context.
N/A
Describe your environment.
SDK Version: 3.6.187.1
Platform: Windows
OS Version: 10.0.22631.3296
Steps to reproduce.
We don't have exact steps to reproduce, only stack traces
What is the expected behavior?
Not to crash
What is the actual behavior?
Random crashes,
Checking the value of the internal arrays
m_buffer has a length of 298643 bytes
The content of the packages would read beyond its length and crash.
writer.WriteBlob(m_buffer.data() + 298643, 7345).
Additional context.
N/A