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
In Scratch we allow both the "player" and the blocks themselves to modify the state of a program. Because of this, we need a way to allow more than one (in our case: two) client to modify the representation of a program. Support for this is encapsulated in @NeilFraser 's "realtime" work. Placing here for further discussion and to track progress.