bytedance / bytedance/node-unix-socket
Large (-er than average) Messages sizes, cause incomplete transmission silently
Open
- Dominant language
- Rust
- Stars
- 73
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I was trying to send packets with around a size of 12932, and, there were substantial issues. The biggest one being, that messages would stop sending midway, making the messages unparsable on the other end. Reducing the packet size to 1000 fixed this.
Contributor guide
Assessment
This issue has not been assessed yet.