You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactoring][workflow]: Minimize buffer empty window by replacing clear/append with set in QOTD workflow
Removed qotd_buffer.clear() from get_quote_of_the_day to avoid unnecessary empty state.
Changed m_quote_buffer.append(data) to m_quote_buffer.set(data) in QotdReceivedHandler, ensuring the buffer is atomically updated with new data.
Signed-off-by: Goran Mišković <[email protected]>
0 commit comments