automerge / hypermerge

Build p2p collaborative applications without any server infrastructure in Node.js
MIT License
1.28k stars 66 forks source link

Reuse of actorId #5

Closed mattlenz closed 6 years ago

mattlenz commented 6 years ago

Automerge docs mention that two different processes should never have the same actorId.

https://github.com/automerge/automerge#automerge-document-lifecycle

I have been testing a little bit locally and it looks like actorId is always set to the document key... wouldn't this not cause some issues?