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