]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/class_BaseListener.php
Handling outgoing network packages basicly finished (but not the sending part itself)
[hub.git] / application / hub / main / listener / class_BaseListener.php
index 7bbf70b00241e819b840ba65ba7949fcd476e0a1..284bb99870e6dc1741926cee69c3c9fba9ec7303 100644 (file)
@@ -80,6 +80,7 @@ class BaseListener extends BaseHubSystem implements Visitable {
                // We need to clear the error here if it is a resource
                if ($isServerSocket === true) {
                        // Clear the error
+                       //* DEBUG: */ $this->debugOutput('socketResource[]=' . gettype($socketResource));
                        socket_clear_error($socketResource);
                } // END - if