-
According to the [documentation for `\Swoole\Server::getClientInfo()`](https://openswoole.com/docs/modules/swoole-server-getClientInfo#data-information), the return array will contain the client's SSL…
-
I have this error with lots of production data (it contains large json data):
`GuzzleHttp\Exception\InvalidArgumentException: json_encode error: Malformed UTF-8 characters, possibly incorrectly encod…
mxkyu updated
2 months ago
-
### Octane Version
2.5.4
### Laravel Version
11.21.0
### PHP Version
8.3.6
### What server type are you using?
Open Swoole
### Server Version
22.1.5
### Database Driver & Version
_No respon…
-
Hello! I have created a draft patch along with a few examples to enhance the support for asynchronous extensions/frameworks such as Swoole and OpenSwoole. You can find the patch at https://github.com/…
-
Swoole's process abstraction uses a callback rather than calling exec, and then provides an exec method that can be used within the callback for executing commands if that's desired within the child p…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
Use Swoole\Table in a connection tracking object property.
```
2. What did you expect to see?
```
Swoole…
-
It stands to reason that many people who will be using Frankenphp have little to no experience with Go or even Caddy.
While it does appear to be relatively easy to get started with frankenphp witho…
-
Logexplorer stores data in clickhouse database. Sending messages to Logexplorer is very easy via the REST API but this does not scale very well. Syslog protocol scales much better and is non-blocking …
-
The docs frequently state the use of OpenSwoole\Coroutine::run. See https://openswoole.com/docs/modules/swoole-coroutine. Yet, I don't see it as part of this package. Is this an oversight? Are the doc…
-
Is it compatible with [roadrunner](https://github.com/roadrunner-server/roadrunner/)?
cannot get the SPX UI with `?SPX_KEY=dev&SPX_UI_URI=/` query applied
note it differs from php-fpm env.
CL…