y-crdt / yrs-warp

Yrs web socket data exchange protocol implementation for tokio warp server
Other
16 stars 6 forks source link

Updated dependencies: yrs v0.13 & y-sync v0.1 #5

Closed Horusiath closed 1 year ago

Horusiath commented 1 year ago

This PR updates yrs-warp dependencies to start using yrs v0.13 (with new transaction / multithreading API) and y-sync v0.1 where Awareness structure has been moved too. y-sync also implements Yjs sync protocol via Protocol trait which can be altered on demand, and this protocol is also available here (see: WarpConn::with_protocol constructor method).