ONLYOFFICE / DocumentServer

ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
https://www.onlyoffice.com
GNU Affero General Public License v3.0
4.76k stars 1.08k forks source link

Wopi integration real-time editing problem #1820

Closed 1340896123 closed 2 years ago

1340896123 commented 2 years ago

我实现了WOPIHOST,并且在我的应用程序中也可以编辑文档了,但是在实时编辑中,并不会吧编辑后的文档马上发送回WOPIHOST,而是需要关闭编辑页面并且还需要等待20多秒才会把编辑后的文档发送回WOPIHOST,请问有什么办法文档编辑后就马上返回WOPIHOST,而不需要等待?

ShockwaveNN commented 2 years ago

Hi, we only understand english so please explain what you mean in english

1340896123 commented 2 years ago

I have implemented wopihost and can edit documents in my application. However, in real-time editing, the edited document will not be sent back to wopihost immediately. Instead, I need to close the editing page and wait more than 20 seconds before sending the edited document back to wopihost. Is there any way to return to wopihost immediately after document editing without waiting?

konovalovsergey commented 1 year ago

you can try reducing savedelay after closing editor. if you want to get files while editing, you can enable forcesave