Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
proton-j-0.25.0
-
None
Description
On each outbound Transfer frame the TransportImpl creates a new Runnable to handle overflow which sets the more value on the Transfer and rewrites the frame body. We can use a single instance to handle this and reduce the amount of garbage create on send.