Kameloso.backgroundBuffer

Buffer of outgoing background message strings.

The buffer size is "how many string pointers", now how many bytes. So we can comfortably keep it arbitrarily high.

struct Kameloso
Buffer!(OutgoingLine, No.dynamic, BufferSize.outbuffer) backgroundBuffer;

Meta