]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/class_TcpListener.php
New singleton-factories introduced:
[hub.git] / application / hub / main / listener / tcp / class_TcpListener.php
index 54842ca6adea9ad504825348a4b420a089406b23..c972c1f5f6d6a156e33f1ae71ab38ce8e4f17141 100644 (file)
@@ -236,7 +236,7 @@ class TcpListener extends BaseListener implements Listenable {
                if ($currentSocket != $this->getSocketResource()) {
                        // ... or else it will raise warnings like 'Transport endpoint is not connected'
                        //* NOISY-DEBUG: */ $this->debugOutput('LISTENER: currentSocket=' . $currentSocket);
-                       $this->getPackageInstance()->processResourcePackage($currentSocket);
+                       $this->getPackageInstance()->processResourceRawData($currentSocket);
                } // END - if
 
                // Advance to next entry. This should be the last line