m-ld / m-ld-js

m-ld Javascript engine
https://js.m-ld.org
MIT License
37 stars 2 forks source link

Support unexpected shared data #168

Open gsvarovsky opened 1 year ago

gsvarovsky commented 1 year ago

If a clone broadcasts operations against an unknown shared data type, a clone could store the operations without processing them.

This would allow for generic tools like the Gateway and playground to correctly handle these situations without additional configuration.

This is already a problem between the demo and the playground.