You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another option is to update the schema to allow for null values in this condition. Right now we have the combination of not being able to compute the old value, but the database needing it.
Versions
Describe the Bug
The code here:
https://github.com/convergencelabs/convergence-server/blob/8ded7fa5adaac3690520c98f53b0843072adab7d/src/main/scala/com/convergencelabs/convergence/server/backend/services/domain/model/RealtimeModel.scala#L239
Will insert None values or bogus values into the applied operations if the operation is noop'ed and the real time element is not in the model anymore.
Expected Behavior
We have discussed potentially keeping deleted elements around in a recycle bin while conflicting operations could still come in.
The text was updated successfully, but these errors were encountered: