Kaynağa Gözat

Update ExtEventLoop.php

walkor 7 yıl önce
ebeveyn
işleme
d7db822417
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Events/React/ExtEventLoop.php

+ 1 - 1
Events/React/ExtEventLoop.php

@@ -99,7 +99,7 @@ class ExtEventLoop extends \React\EventLoop\ExtEventLoop
             case EventInterface::EV_SIGNAL:
                 return $this->removeSignal($fd);
             case EventInterface::EV_TIMER:
-            case EventInterface::EV_TIMER_ONCE;
+            case EventInterface::EV_TIMER_ONCE:
                 if (isset($this->_timerIdMap[$fd])){
                     $timer_obj = $this->_timerIdMap[$fd];
                     unset($this->_timerIdMap[$fd]);