We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34e45b commit 98346e6Copy full SHA for 98346e6
model-client/src/commonMain/kotlin/org/modelix/model/client2/ReplicatedModel.kt
@@ -21,6 +21,9 @@ import org.modelix.model.lazy.CLTree
21
import org.modelix.model.lazy.CLVersion
22
import org.modelix.model.operations.OTBranch
23
24
+/**
25
+ * Dispose should be called on this, as otherwise a regular polling will go on.
26
+ */
27
class ReplicatedModel(
28
val client: IModelClientV2,
29
val branchRef: BranchReference,
0 commit comments