mxsm commented on PR #4702: URL: https://github.com/apache/eventmesh/pull/4702#issuecomment-1873158382
> > > May I ask if this bug is caused by this PR #4678? And what is the specific cause of this bug? > > > > > > Yes > > And what is the specific reason of this bug? When the TCP-sent data packet is not sufficient to construct a Package, it will result in an error. If using a custom approach, you need to handle the issues of packet fragmentation and incomplete packets. The previously merged TCP enhancement pull request did not address this, and there would be no issue if packet fragmentation and incomplete packets did not occur. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
