AlexStocks commented on pull request #1547: URL: https://github.com/apache/dubbo-go/pull/1547#issuecomment-954435986
 Pls refer from the above chat context, improve the following codes. https://github.com/apache/dubbo-go/blob/c378031a059b078171edcbc1f3a3b19214486318/protocol/dubbo/impl/codec.go#L269 Send out the huge network package slice by slice in order. The slice length maybe less than or equal to 16k as your experience. -- 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]
