|
@@ -243,7 +243,7 @@ abstract class ILooper
|
|
do{
|
|
do{
|
|
Swoole\Coroutine::sleep(1);
|
|
Swoole\Coroutine::sleep(1);
|
|
} while($this->_pause == 1);
|
|
} while($this->_pause == 1);
|
|
- Log::record("runloop cid={$this->_cid}",Log::DEBUG);
|
|
|
|
|
|
+ Log::record("runloop cid={$this->_cid} pause={$this->_pause}",Log::DEBUG);
|
|
|
|
|
|
$this->wait();
|
|
$this->wait();
|
|
}
|
|
}
|