mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
prevent dead lock for fs_poll test case
This commit is contained in:
parent
bd2d6ce7fe
commit
72853ee180
@ -25,7 +25,7 @@ uv_timer_start($timer, 100, 100, function($timer) use (&$i){
|
||||
fwrite($fp,"hoge");
|
||||
fclose($fp);
|
||||
|
||||
if ($i > 3) {
|
||||
if ($i > 4) {
|
||||
uv_timer_stop($timer);
|
||||
uv_unref($timer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user