Getting some TCP buffer overflows
valeriansaliou opened this issue · 1 comments
valeriansaliou commented
Seeing this sometimes, at scale (using node-sonic-channel latest):
Mar 24 20:52:09 shard-1 sonic[2804]: thread 'sonic-channel-client' panicked at 'buffer overflow', src/channel/handle.rs:136:33
Mar 24 20:52:09 shard-1 sonic[2804]: note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
valeriansaliou commented
Solved now. This library was not responsible; buffers were not properly managed at the Sonic level, which has been fixed.