]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_BaseHubNode.php
Refactured sending encoded (raw) data to sockets to a stacker-based approach.
[hub.git] / application / hub / main / nodes / class_BaseHubNode.php
index 80e31ff2624b698c6b8fad6a121db1f2ea94cc7f..b32c3dc905b5b043415aafbb6f7cc20068acdbbe 100644 (file)
@@ -479,7 +479,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable, AddableCriteria {
                $helperInstance->sendPackage($this);
 
                // Change the state, this should be the last line except debug output
-               $this->getStateInstance()->nodeAnnouncedToUpperHubs();
+               $this->getStateInstance()->nodeAnnouncingToUpperHubs();
 
                // Debug output
                self::createDebugInstance(__CLASS__)->debugOutput('HUB-Announcement: FINISHED');