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

[plugin-logger] logger.create inconsistency #37

Closed b-ma closed 1 year ago

b-ma commented 3 years ago

if a client create a logger with a given (static) name, reloads with closing the logger. It recreates a new logger with the same name (the file is actually created) but the client gets attached to the logger created on the first load.

(this is more a debugging problem than a production problem for now)

b-ma commented 1 year ago

fixed in v4