Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timeout value passed to taskWaitMulti #380

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

owenconti
Copy link
Contributor

Swoole's taskWaitMulti method expects a timeout value in seconds, however, Octane is providing a timeout value in milliseconds: https://www.swoole.co.uk/docs/modules/swoole-server-taskWaitMulti

This PR divides the given millisecond value by 1000 when passing into taskWaitMulti.

@taylorotwell taylorotwell merged commit c3be30a into laravel:1.x Sep 17, 2021
@owenconti owenconti deleted the fix/taskWaitMulti-timeout branch September 17, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants