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).
Options for SerialSessionOptions.receiveReplay.
See
Issue #265