Allow patching of serial on an already serialized Message

Authored by ahartmetz on Dec 31 2017, 2:46 PM.

Description

Allow patching of serial on an already serialized Message

In some situations, serializing Messages explicitly before sending
can be used to better distribute CPU usage. But the serial is often
(necessarily, because the serial is specific to the I/O channel)
assigned just before sending. This change achieves that the latter
does not destroy the performance advantage of the former.

Details

Committed
ahartmetzAug 5 2019, 8:15 PM
Parents
R738:d2fe36179e1b: Adjust Message state handling to better fit what actually happens
Branches
Unknown
Tags
Unknown