itsthesteve / react-aim

AOL AIM style chat in Deno because why not.
0 stars 0 forks source link

Move message ID generation to server #28

Closed itsthesteve closed 3 months ago

itsthesteve commented 3 months ago

Previously the ID of the message was naively created on the client. This moves the generation to the server and uses uuid.v1

Still todo -- figure out why duplicate messages are sent and triggering the setState warning.