Skip to content

Create unique user ID for each HELLO message, delete upon REMOVE message

Alp Akpinar requested to merge feature/uuid into develop

If a HELLO message is sent to the server, server will reply back with a unique user ID. If a REMOVE <uuid> is passed as a message, server will handle the request and remove the user from list of known users if possible.

Merge request reports

Loading