Failed to send over 64KB for subsegment output
Open
- Dominant language
- Java
- Stars
- 100
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
the current situation
① Create subsegment of insertKaisyuRenkeiToSeikyuIchiranyoDataWork
*Metadata size: 53688
②Using UDP Emitter,
If it exceeds 64KB, first send the child subsegment, then send the parent subsegment
Finally send the segment
➡When sending ① above, debug and check sendData of UDPEmitter,
data. length: 59590
The difference between them is about 6000. Why is there such a difference?
↑The above is the pattern normally sent
↓
The attached image is a transmission failure pattern
※The difference is about 6000 bytes

Contributor guide
Assessment
This issue has not been assessed yet.