You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2023. It is now read-only.
Describe the bug
If a project is opened with existing geometry, crash will download and add new specks over the top of existing ones, even if there is pre-existing data with speck IDs.
To Reproduce
Steps to reproduce the behavior:
Create a server, add geometry
release or don't release.
Save the project locally
Close the server
Re-open the model
Connect to the server
Expected behavior
There should be no duplicate items
Version Info (please complete the following information):
Rhino Version [7.23.x]
Crash Version [1.0.0]
Additional context
How this bug is solved is up for grabs. There's quite a few different solutions available;
Crash checks for existing specks before downloading any new ones and handles duplicates there.
Crash checks on the AddItem event to prevent duplicates.
In either case. Branch needs to reconnect the existing items and the ones on the server.