You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve performance of Channel sendOpen
Adding an sendUnflushed method to Connection that allows us to use the write buffer more efficiently by writing all the Frames of the message, and *then* flushing the buffer, rather than flushing each Frame. This significantly improves the performance of basicPublish for small messages where the bulk of the CPU load tends towards Syscall
* Update comments in connection module
Signed-off-by: Aitor Pérez Cedres <[email protected]>
Co-authored-by: Aitor Pérez Cedres <[email protected]>
0 commit comments