finefuture commented on PR #13102:
URL: https://github.com/apache/dubbo/pull/13102#issuecomment-1734891117

   > ```java
   > try {
   >     //doSomthing
   > } finally {
   >    //do clean
   > }
   > ```
   > 
   > this might be better
   
   It couldn't work, ByteBuf will be used in TriDecoder when submitting task 
success, only need to clean when submitting task failed, for example, executor 
reject task.


-- 
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]

Reply via email to