Notify.php
authorAlan <alan@roojs.com>
Fri, 6 Oct 2023 03:55:20 +0000 (11:55 +0800)
committerAlan <alan@roojs.com>
Fri, 6 Oct 2023 03:55:20 +0000 (11:55 +0800)
Notify.php

index 374e8ca..4ebfcef 100644 (file)
@@ -316,8 +316,10 @@ class Pman_Core_Notify extends Pman
         if (!empty($this->next_queue)) {
              
             foreach($this->next_queue as $p) {
+                if (false === $this->server->updateNotifyToNextServer($p)) {
+                    $p->updateState("????");
+                }
                 
-                $this->updateServer($p);
             }
         }