-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
I created this simple script to be able to create a coroutine inside a server task.
*******
-
### Octane Version
2.0.1
### Laravel Version
10.14.1
### PHP Version
8.2.7
### What server type are you using?
Open Swoole
### Server Version
22.0.0
### Database Driver & Version
NA
### De…
i386 updated
7 months ago
-
I have now tested it with several systems. Once with an Arch system (Intel) and now with the current Fedora 38 (Intel).
ext-openswoole cannot be installed with a gcc version 13. If I go back to a g…
-
Hi,
I attempted to use the "mysqli" extension directly, but unfortunately I started getting plenty of random 408 responses (nginx returns 408 immediately), even though the requests seem to process …
-
I'm running:
```
$response->end($server->stats(2)); // 2 - \OpenSwoole\Constant::STATS_OPENMETRICS doesn't exist
```
And I get the following:
> Uncaught ErrorException: OpenSwoole\Server::s…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
I would like to use a Coroutine HTTP client as a websocket, from the documentation, it seems to be possible.
…
-
Hello,
I'm currently facing an issue with listening to the HTTP server on a Unix socket. I attempted to implement it using the following code snippet:
new Swoole\Http\Server("unix:/tmp/socket.…
-
Openswoole Version 22.0
When I trying php engineer server:start command I getted below errors.
Fatal error: Uncaught Error: Call to undefined function swoole_cpu_num() in /var/www/php/vendor/fom…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
https://openswoole.com/docs/modules/swoole-coroutine-http-server
```
2. What did you expect to see?
```
…