yorkie-ios-sdk/Sources/Document/CRDT
Jung gyun Ahn b5ec0befd8
Add RemoveDocument API (#64)
* Add RemoveDocument API

* Elaborate on the value of the PeersChanged event

* Add TC for the stream connection status change event

* Fix the watchLoop start and stop for pause, resume

* Removed the codes for changing the status of the doc, before sending the API

* Invalidate watchLoop reconnection timer when disconnecting stream

* Throws an error when server returns removed doc for the attached result
2023-03-23 09:23:35 +09:00
..
CRDTArray.swift Apply swift-log package (#46) 2022-12-19 14:27:03 +09:00
CRDTCounter.swift Change Counter increase() to accept any numeric value (#51) 2023-01-13 19:54:59 +09:00
CRDTElement.swift Apply changed comments of JS-SDK (#42) 2022-11-25 23:45:50 +09:00
CRDTObject.swift Remove priority queue from RHTPQMap and entire project (#56) 2023-02-20 15:25:27 +09:00
CRDTRoot.swift Apply changed comments of JS-SDK (#42) 2022-11-25 23:45:50 +09:00
CRDTText.swift Add RemoveDocument API (#64) 2023-03-23 09:23:35 +09:00
ElementRHT.swift Remove priority queue from RHTPQMap and entire project (#56) 2023-02-20 15:25:27 +09:00
Primitive.swift Change Counter increase() to accept any numeric value (#51) 2023-01-13 19:54:59 +09:00
RGATreeList.swift Implement Text Element (#50) 2023-01-13 10:25:07 +09:00
RGATreeSplit.swift Add RemoveDocument API (#64) 2023-03-23 09:23:35 +09:00
RHT.swift Update toJson() of Text to match results with JS (#57) 2023-02-21 16:20:41 +09:00