Andrei486 / uml-diagram-collab

0 stars 0 forks source link

Join handshake: send client info to host #65

Closed Andrei486 closed 6 months ago

Andrei486 commented 8 months ago

First part of our room join handshake. When a client creates a connection, immediately they should send a JOIN message indicating their username. The message interpreter on the receiving end (host only - clients should ignore this) should receive this message and add the new user as a client to the host's SessionModel. No need to send any response back to the client for this issue, that will be part of #67.