]> git.mxchange.org Git - hub.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 04:27:45 +0000 (05:27 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 04:30:00 +0000 (05:30 +0100)
- no need to debug these lines
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/container/socket/class_SocketContainer.php
core

index 8e664a304b8325c10bd6157bb68709af784c5057..1f968409c011ae2d97c61cd3b0992853ce21142f 100644 (file)
@@ -152,7 +152,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita
         * @return      void
         */
        public function setPackageDataInstance (DeliverablePackage $packageDataInstance) {
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting packageDataInstance=%s', strtoupper($this->getSocketProtocol()), $packageDataInstance));
                $this->packageDataInstance = $packageDataInstance;
        }
 
@@ -982,16 +981,12 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita
 
                // Is there a listener instance set?
                if ($listenerInstance instanceof Listenable) {
-                       // Debug message
-                       //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting listenerInstance=' . $listenerInstance->__toString() . ' ...');
-
                        // Set it here for later usage
+                       //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting listenerInstance=' . $listenerInstance->__toString() . ' ...');
                        $this->setListenerInstance($listenerInstance);
                } elseif ($helperInstance instanceof ConnectionHelper) {
-                       // Debug message
-                       //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting helperInstance=' . $helperInstance->__toString() . ' ...');
-
                        // Set it here for later usage
+                       //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting helperInstance=' . $helperInstance->__toString() . ' ...');
                        $this->setHelperInstance($helperInstance);
                }
 
@@ -1515,7 +1510,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita
         * @return      void
         */
        public function setSocketFile (SplFileInfo $socketFile) {
-               /* NOISY-DEBUG */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting socketFile=%s ...', strtoupper($this->getSocketProtocol()), $socketFile));
                $this->socketFile = $socketFile;
        }
 
@@ -1535,7 +1529,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita
         * @return      void
         */
        public function setSocketType ($socketType) {
-               /* NOISY-DEBUG */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting socketType=%s ...', strtoupper($this->getSocketProtocol()), $socketType));
                $this->socketType = $socketType;
        }
 
diff --git a/core b/core
index f57dd51863ec9baacba447d76b46d5c709b9b02e..8d5ee38d8f889ffb079983b223c9dae3fb1e2b3d 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit f57dd51863ec9baacba447d76b46d5c709b9b02e
+Subproject commit 8d5ee38d8f889ffb079983b223c9dae3fb1e2b3d