Fix OT socket io reconnect should resend last operation

This commit is contained in:
Wu Cheng-Han 2016-10-10 20:39:02 +08:00
parent 11a8c0f9cf
commit 73a8a6c32a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -32,7 +32,7 @@ ot.SocketIOAdapter = (function () {
self.trigger('selection', clientId, selection);
});
socket.on('reconnect', function () {
//self.trigger('reconnect');
self.trigger('reconnect');
});
}