use a websocket which automatically reconnects if the connection is lost
This commit is contained in:
@@ -13,6 +13,7 @@ define(function () {
|
||||
out.otherPeople = 'other people';
|
||||
out.disconnected = 'Disconnected';
|
||||
out.synchronizing = 'Synchronizing';
|
||||
out.reconnecting = 'Reconnecting...';
|
||||
out.lag = 'Lag';
|
||||
|
||||
out.initialState = [
|
||||
|
||||
Reference in New Issue
Block a user