collective-soundworks / soundworks

Creative coding framework for distributed applications based on Web technologies.
http://soundworks.dev
BSD 3-Clause "New" or "Revised" License
114 stars 7 forks source link

SharedCollection - remove controller #85

Closed b-ma closed 8 months ago

b-ma commented 10 months ago

Introduces weird side effects: if the controller does not have the same state as its controlled states the update can be bypassed in some situations.

Also, network overhead with raw forEach on state list should now be resolved with the batched updates implemented in f3aa1ce

b-ma commented 10 months ago

Should introduce more collection tests too