-
Hi,
it looks like connection pool (`Swoole\ConnectionPool`) is missing in version 22.0.0.
I can find connection pool implementation in openswoole - https://github.com/openswoole/library/blob/…
-
Recently, a [new feature](https://github.com/shlinkio/shlink/issues/1662) was implemented, to support customized openswoole options on Shlink, via dedicated env vars.
The intention was that thi…
-
### Feature Description
Instead of opening an issue for each extension we wish, easier like this
### Is this feature valuable for other users as well and why?
### Please don't put issues or d…
-
in `php --re swoole` output
```
Function [ function swoole_timer_list ] {
- Parameters [0] {
}
- Return [ ^K ]
}
```
Same affects openswoole, see https://git…
-
- Octane Version: 1.4.3
- Laravel Version: 9.52.4
- PHP Version: 8.2.3
- Server & Version: OpenSwoole 22.0.0
I keep getting this error being logged in my laravel.log file lately, it's a bug intr…
-
It would be cool if it's possible to implement OpenSwoole connection pools to improve performance and avoid the need of deploying connection poolers like PgBouncer.
Examples:
- [Postgres pool co…
-
Hi, I landed here from this [Github issue](https://github.com/codeigniter4/CodeIgniter4/issues/6650) and have a few questions.
1. Would you please extend it for [Open Swoole](https://openswoole.com…
-
The `\OpenSwoole\Server` class no longer appears to have the `getLastError()` method, that was present in v20x. This method is [still listed in the documentation](https://openswoole.com/docs/modules/s…
-
**Describe the bug**
--unixsocket
need other users than "dfly:dfly" to access the socket.
**To Reproduce**
--unixsocket /var/run/dragonfly/dragonfly-server.sock
**Expected behavior**
```
/r…
-
Hello, I want to ask, does the docker swoole, isn't a full blown swoole? I tried to call swoole_version, but seems I can't. I check the function that registers using
```php