systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
955 stars 67 forks source link

fix: regenerate was racing websockets #4605

Closed vbustamante closed 4 days ago

vbustamante commented 4 days ago

Regenerate could set the active asset id to a value that the websocket hadn't filled in yet. This PR makes schema variant replace operation into a single message, and the regenerate success call back not do anything, so we don't race anymore.

Schema variant update also used to move multiplayer users to the latest updated asset even if they weren't editing it, this PR fixes that.