Preventing sent messages from being added to the sync again

Fixed #25
This commit is contained in:
2019-11-16 08:23:04 +01:00
parent 49ea688770
commit 5a3365b4cb
2 changed files with 9 additions and 39 deletions

View File

@ -306,7 +306,8 @@ public class ChatWindow extends JFrame {
}
/**
* Updates the data model and the ui every x seconds.
* Updates the data model and the UI every repeatedly after a certain amount of
* time.
*
* @param timeout the amount of time that passes between two requests sent to
* the server