]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
Node now initializes listeners again (but in a filtered way)
[hub.git] / application / hub / class_ApplicationHelper.php
index c3c3efd4c06d1cf1a856200901e1777e82b27c38..61afb7bf97e014d46ff6f632db75d08c3cb1f453 100644 (file)
@@ -204,19 +204,6 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
 
                // Launch the hub main routine here
                $this->getControllerInstance()->handleRequest($requestInstance, $responseInstance);
-               die("STOP\n");
-
-               // -------------------------- Hub activation --------------------------
-               // Activates the hub by doing some final preparation steps and setting
-               // the attribute $hubIsActive to true
-               $nodeInstance->activateHub();
-
-               // ----------------------------- Main loop ----------------------------
-               // This is the main loop. Queried calls should come back here very fast
-               // so the whole application runs on nice speed. This while-loop goes
-               // until the hub is no longer active.
-               while ($nodeInstance->isHubActive()) {
-               } // END - while
 
                // -------------------------- Shutdown phase --------------------------
                // Shutting down the hub by saying "good bye" to all connected clients