Andrei486 / uml-diagram-collab

0 stars 0 forks source link

Allow host message interpreter to relay UPDATE messages #68

Closed Andrei486 closed 7 months ago

Andrei486 commented 8 months ago

When the host's message interpreter receives an UPDATE message from another user, it should relay the same UPDATE message to all clients except the one it received the message from. This involves:

This may introduce circular dependencies: MessageInterpreter could have a setManager if needed.