Fix OT socket io reconnect should resend last operation
This commit is contained in:
2
public/vendor/ot/ot.min.js
vendored
2
public/vendor/ot/ot.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/vendor/ot/socketio-adapter.js
vendored
2
public/vendor/ot/socketio-adapter.js
vendored
@@ -32,7 +32,7 @@ ot.SocketIOAdapter = (function () {
|
||||
self.trigger('selection', clientId, selection);
|
||||
});
|
||||
socket.on('reconnect', function () {
|
||||
//self.trigger('reconnect');
|
||||
self.trigger('reconnect');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user