]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
TCP/UDP listener config entries added, some more stub calls added
[hub.git] / application / hub / class_ApplicationHelper.php
index 0e8fc55c7c60dc507955f8f4108f10a708fa92fa..121f58f88a08d3024bb42d820567c23b0feebfa5 100644 (file)
@@ -202,6 +202,11 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                // will help us to communicate between the "tasks" a hub needs to do.
                $nodeInstance->initQueues();
 
+               // -------------------------- 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