statamic / collaboration

Real-time, multi-user editing with Statamic via websockets
https://statamic.com/addons/statamic/collaboration
33 stars 13 forks source link

No Locking or Field Updates - Only Presence Indicators #66

Closed bradfloodx closed 2 years ago

bradfloodx commented 2 years ago

Great add-on. Thanks.

The presence indicators work well, but the Field Locking and Field Updates I cannot get to work.

Any ideas?

Statamic 3.3.26 Pro
Laravel 8.83.23
PHP 8.0.21
aryehraber/statamic-logbook 2.1.0
statamic/collaboration 0.4.0
statamic/ssg 1.1.0
swiftmade/statamic-clear-assets 1.1.0
webographen/statamic-admin-log 1.0.6
withcandour/aardvark-seo 2.0.28

I can see a tonne of console logs...

[Collaboration] 📣 Broadcasting "chunked-saved" ...

But only broadcasts and no receiving. No console errors.

Tested in Safari and Chrome.

Thoughts?

bradfloodx commented 2 years ago

Ok sorry everyone, I missed the Client Events step. Sorry. Here's a PR to make that step clearer... https://github.com/statamic/collaboration/pull/67

Thanks!