diff --git a/src/Hprose/Service.php b/src/Hprose/Service.php index 20f1d7a4..b495a3a3 100644 --- a/src/Hprose/Service.php +++ b/src/Hprose/Service.php @@ -14,7 +14,7 @@ * * * hprose service class for php 5.3+ * * * - * LastModified: Sep 3, 2016 * + * LastModified: Sep 17, 2016 * * Author: Ma Bingyao * * * \**********************************************************/ @@ -1033,9 +1033,6 @@ private function setTimer(ArrayObject $topics, $topic, $id) { $checkoffline(); } else { - if ($e instanceof InvalidRequestException) { - return new Future(); - } --$t->count; } });