oni_multiplayer icon indicating copy to clipboard operation
oni_multiplayer copied to clipboard

Simultaneous schedule update may cause schedules overwriting

Open polycone opened this issue 1 year ago • 0 comments

The problem is the entire schedules list is synchronized and and concurrent actions can cause loss of changes. We should decide on what we need to do with that, either sync atomic procedures (a schedule doesn't have an id, so it should be identified somehow) or allow to open schedule screen for only one client.

polycone avatar Aug 02 '23 19:08 polycone