Currently, when two users are connected and typing at the same time, the update will cause the other user's cursor to jump to end of the code editor.
Implement a form of conflict resolution that will only update based on the delta of the content on the editor (ensuring the user's cursor remain where they are typing)
If possible, track the other user's cursor as well when he is on the editor panel
Currently, when two users are connected and typing at the same time, the update will cause the other user's cursor to jump to end of the code editor.