Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use Awareness from y-sync instead of custom implementation
This removes the custom Awareness implementation, and instead relies on the one provided by the y-sync create. Resolves #82. BREAKING CHANGE: This changes the state interface of the Awareness instance. Instead of providing an encoded JSON string, it expects any object that responds to #to_json.
- Loading branch information