Skip to content

Commit 5cd0fc2

Browse files
committed
#59: fix libuv_poll_stop return true
1 parent fe8fa5a commit 5cd0fc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libuv_reactor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ static bool libuv_poll_stop(zend_async_event_t *event)
329329
async_throw_error("Failed to stop poll handle: %s", uv_strerror(error));
330330
return false;
331331
}
332+
333+
return true;
332334
}
333335

334336
/* }}} */

0 commit comments

Comments
 (0)