]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/class_TcpListener.php
Typo fixed, visitor introduced, SVN property set:
[hub.git] / application / hub / main / listener / tcp / class_TcpListener.php
index 355019c504600c1039cb472b041c1c6e375319c9..f8a9e21805a8092e3ce7f1c1a7d5da8c77f6cfe5 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->getHandlerInstance()->processResourceRawData($currentSocket);
+                       $this->getHandlerInstance()->processRawDataFromResource($currentSocket);
                } // END - if
 
                // Advance to next entry. This should be the last line