I am currently developing a node editor framework. Now that the basic functions have been completed, a multi-user collaboration feature needs to be added. I have opened a new git branch named sync to develop this function. Currently, two synchronous client processes and one websocket server process have been enabled. Currently, it is possible to synchronize from the first client process to the second process (for example, by dragging a node), but the reverse is not possible. I hope someone can help me
I am currently developing a node editor framework. Now that the basic functions have been completed, a multi-user collaboration feature needs to be added. I have opened a new git branch named
syncto develop this function. Currently, two synchronous client processes and one websocket server process have been enabled. Currently, it is possible to synchronize from the first client process to the second process (for example, by dragging a node), but the reverse is not possible. I hope someone can help me