Open b-ma opened 5 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:
getValuesUnsafe()
getValues()
await Max.outlet
getValuesUnsafe is not implemented in collection, implementing await Max.outlet makes a lot of sense. Do you have an example of this crash ?
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:
getValuesUnsafe()
instead ofgetValues()
which will avoid deep copy of the state valuesawait Max.outlet
? cf. https://cycling74.com/forums/timeout-error-in-long-n4m-process