Skip to content

Conversation

soebbing
Copy link
Contributor

@soebbing soebbing commented Jan 26, 2021

Just a little idea how to implement the feature to update a message at a later time.

The idea is: The client stores the id of the last sent message and makes sure successive messages get the same id, so the message can be identified and updated on the server side.

My main issue with this solution is the necessary exposure of the setLastMessageId() method on the client, it's a leaky abstraction of the underlying implementation.

I'm hoping for some feedback, and maybe some help with the implementation on the server side :)

Signed-off-by: Hendrik Söbbing <hendrik@soebbing.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant