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

SharedState.getCollection - make sure the collection is properly cleaned #66

Closed b-ma closed 11 months ago

b-ma commented 1 year ago

The collection [Symbol.iterator] test, does not work as it should when launched after other ones, this tends to spot some strange bug either in the test or in the implementation.

b-ma commented 11 months ago

Should be fixed with 2058d6e