summaryrefslogtreecommitdiff
path: root/www/js/EventServer.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventServer.js')
-rw-r--r--www/js/EventServer.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js
index 57d4658b..5bb00abf 100644
--- a/www/js/EventServer.js
+++ b/www/js/EventServer.js
@@ -17,6 +17,13 @@ angular.module('zmApp.controllers')
var webSocketBadAuth = 0;
var ws;
+
+ // FIXME: needs cleaninup up
+ // on iOS this socket will die after switching to background (eventually)
+ // on Android it will keep running
+ // on Android I need to see why websockets are getting duplicated on server
+ // disconnect
+
function start()
{
if (websocketActive == 1)