collective-soundworks / soundworks-max

Utilities to interoperate between Max and soundworks
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

`node.script` crashes with "Max API Message Request Timed out" error #32

Open b-ma opened 4 months ago

b-ma commented 4 months ago

It seems that we run into this error when the state contains large data and that some update is triggered frequently (e.g. 100ms)

This could maybe be mitigated by:

etiennedemoulin commented 3 months ago

getValuesUnsafe is not implemented in collection, implementing await Max.outlet makes a lot of sense. Do you have an example of this crash ?