Currently when sending two backend updates it is possible to bring items in invalid states.
Example: When moving an item next to a line two updates are necessary. One for possition and one for the new connection. The backend reports them back separately. Bringing the item in an invalid state between the updates.
One approach to overcome this would be update batching / grouping across all backend updates (e.g. multiple metadata updates from different items, connections, disconnectins, ...)
Currently when sending two backend updates it is possible to bring items in invalid states.
Example: When moving an item next to a line two updates are necessary. One for possition and one for the new connection. The backend reports them back separately. Bringing the item in an invalid state between the updates.
One approach to overcome this would be update batching / grouping across all backend updates (e.g. multiple metadata updates from different items, connections, disconnectins, ...)