mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-15 01:48:04 +00:00

sometimes a client will subscribe but the message it was hoping for is already published and delivered to one of its peers but it missed it. this adds a five second (default) buffer and will deliver buffered messages to new subscribers. messages are removed from the buffer after 5 seconds --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>