OptionalbufferRetains the last N decoded text chunks (one emission per onChunk
from the read pump) in the replay buffer. Not the character count. Higher
bufferSize uses more memory.
OptionalenabledWhen true, the session uses a replay buffer for SerialSession.receiveReplay$
for each open connection. When false (default), receiveReplay$ is
the same hot stream as SerialSession.receive$ (no chunk replay).
OptionalmaxMaximum total characters retained across buffered replay chunks for the
active connection. When exceeded, oldest chunks are discarded. 0 means
unlimited (only bufferSize applies).
Options for SerialSessionOptions.receiveReplay.
See