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: Swoole coroutine http server #109

Merged
merged 10 commits into from
Jan 3, 2024
Merged

Conversation

Meldiron
Copy link
Contributor

@Meldiron Meldiron commented Oct 2, 2023

This is proper usage of coroutine http server in Swoole. It prevents error when trying to apply v2 in executor


openruntimes-executor  | 
openruntimes-executor  | Warning: Swoole\Server::start(): eventLoop has already been created, unable to start Swoole\Http\Server in /usr/local/vendor/utopia-php/framework/src/Http/Adapter/Swoole/Server.php on line 65

@Meldiron
Copy link
Contributor Author

Meldiron commented Jan 3, 2024

Merging this as its required for proper V2 functionality. This PR was made to fix bugs found during QA

@Meldiron Meldiron merged commit d81dd2a into feat-v2 Jan 3, 2024
5 checks passed
@Meldiron Meldiron deleted the fix-v2-swoole-coroutines branch January 3, 2024 09:07
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.

1 participant