]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/class_BaseListenerDecorator.php
More debug lines, why are self-connects not working when debug code is enabled?
[hub.git] / application / hub / main / listener / class_BaseListenerDecorator.php
index fe61ada9955507ccc1c3698fee67271fd9dab40e..144d5e106bc309edda99c0449496c838068cae02 100644 (file)
@@ -151,6 +151,7 @@ class BaseListenerDecorator extends BaseDecorator implements Visitable {
                 * if the decoded data origins from a TCP or UDP connection so we can
                 * just pass it over to the network package receiver
                 */
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] Going to handle over some raw data to receiver instance (' . $receiverInstance->__toString() . ' ...');
                $receiverInstance->addRawDataToIncomingStack($handlerInstance);
        }
 }