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
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Description
Currently the client chat contains all messages it has received since the start. To keep the list of messages easier to navigate and save on memory, the total amount of messages should be limited to a certain amount, removing the top-most/oldest whenever it goes over the limit.
Minimum Acceptance Criteria
When the maximum amount of chat messages has been reached, the oldest message should be removed when a new one is received.
The maximum amount of chat messages should be configurable.
Is blocked by the following issues
Related to #292 for message removal.
The text was updated successfully, but these errors were encountered:
Description
Currently the client chat contains all messages it has received since the start. To keep the list of messages easier to navigate and save on memory, the total amount of messages should be limited to a certain amount, removing the top-most/oldest whenever it goes over the limit.
Minimum Acceptance Criteria
Is blocked by the following issues
Related to #292 for message removal.
The text was updated successfully, but these errors were encountered: