Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

您好,请教一下关于协作的的问题 #14

Open
pinetreeps opened this issue Nov 29, 2018 · 3 comments
Open

您好,请教一下关于协作的的问题 #14

pinetreeps opened this issue Nov 29, 2018 · 3 comments

Comments

@pinetreeps
Copy link

最近也在用onlyoffice进行二次开发,想请问一下协作的时候,如果2个用户同时编辑一个文档,中间的更改是怎么处理的呢?
例如2人同时编辑一段话,会出现什么情况?
如能赐教,不胜感谢。

@3xxx
Copy link
Owner

3xxx commented Dec 1, 2018

抱歉,我只是调用了协作服务onlyoffice document server,并没有去开发一个协作应用,所以,对于里面的机理不清楚。
同时编辑一段话,就会彼此互相插入……你试试我的demo里就应该能体会。
实际上,协作的话不必太过于纠结这个的,一般都有分工。

@pinetreeps
Copy link
Author

抱歉,我只是调用了协作服务onlyoffice document server,并没有去开发一个协作应用,所以,对于里面的机理不清楚。
同时编辑一段话,就会彼此互相插入……你试试我的demo里就应该能体会。
实际上,协作的话不必太过于纠结这个的,一般都有分工。

非常感谢您的回复,再请问一下,例如用户A、用户B同时编辑一个文档前,文档id是如何传递的呢?

@3xxx
Copy link
Owner

3xxx commented Dec 6, 2018

你看它api,文档id只是作为文档管理来用,而onlyoffice只认key,每个用户都用这个key取到内存中的最新的文档——浏览器打开文档——协作——服务器更新——所有用户更新。大概这个意思,你看它官网有解释的图。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants