]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/package/class_NetworkPackage.php
Refactured handling of socket errors, old code is commeted out and will be removed...
[hub.git] / application / hub / main / package / class_NetworkPackage.php
index 5ec8f75d2bb8e32d03561d47d3e7fac1a2605bc1..9a8bcd02332bb2b1905427185e78ffacb3a97570 100644 (file)
@@ -641,6 +641,7 @@ class NetworkPackage extends BaseFrameworkSystem implements Deliverable, Receiva
         * @return      void
         */
        public function assembleDecodedDataToPackage () {
+               $this->getStackerInstance()->debugInstance();
                $this->partialStub('Please implement this method.');
        }