overleaf/services/document-updater/app/coffee
James Allen 2589e2d417 Gracefully return when an op has already been submitted
It is not a fatal error if an op has already been submitted. We just
need to send an ack back to the client that submitted it and continue.
If we detect a duplicate op, set dup: true on the op and pass it back
to real-time for distributing. The dup: true flag will ensure it only
gets acknowledged to the submitting client, not everyone.
2015-11-19 10:54:28 +00:00
..
sharejs Error if update would make document too long 2015-11-06 12:52:03 +00:00
DiffCodec.coffee
DispatchManager.coffee
DocOpsManager.coffee
DocumentManager.coffee
Errors.coffee
HttpController.coffee
LockManager.coffee
Metrics.coffee
MongoHealthCheck.coffee Add in mongo health check end point 2015-08-31 15:57:26 +01:00
mongojs.coffee
PersistenceManager.coffee
ProjectManager.coffee
RedisKeyBuilder.coffee
RedisManager.coffee
ShareJsDB.coffee
ShareJsUpdateManager.coffee Gracefully return when an op has already been submitted 2015-11-19 10:54:28 +00:00
TrackChangesManager.coffee
UpdateManager.coffee
ZipManager.coffee