brisk-spush TODO updated
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Sun, 7 Oct 2012 09:03:37 +0000 (11:03 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Sun, 7 Oct 2012 09:03:37 +0000 (11:03 +0200)
web/spush/brisk-spush.php
web/xynt-http-streaming-ifra.js

index 548d885..3a1d65f 100755 (executable)
  *
  * TODO
  *
- *   - BUG: lurker are logged out (and remain a pending socket opened (look the spush log)
- *   - BUG: logout failed
  *   - BUG: fast loop on stream index_rd_ifra page
  *
  *   - centralize all '<script ...' incapsulation to allow multiple transport system.
  *
  *   - manage and test cross forwarder between table and room
- *   TEST - garbage management
  *   - log_legal address fix
- *   - setcookie (for tables only)
+ *   - setcookie (for tables only and persist prefs)
  *   - 404 wrong page management
  *
+ *   TEST - BUG: lurker are logged out (and remain a pending socket opened (look the spush log)
+ *   TEST - BUG: logout failed (fixed with a garbage_collector wrapper at sac-a-push level
+ *   TEST - garbage management
+ *
  *   DONE/FROZEN - problema con getpeer (HOSTADDR)
  *
  *   DONE - app level keep-alive
index 7623e27..d037f10 100644 (file)
@@ -6,6 +6,7 @@ var script_clean = -1;
 function push(s) {
     var i;
 
+    // window.parent.console.log('push('+s+');');
     for (i = last_clean ; i < script_clean ; i++) {
         if (typeof($('hs'+i)) != 'undefined' && $('hs'+i) != null) {
             document.body.removeChild($('hs'+i));