-
### Bug Report
I am following the [recommended way to run a task event listener](https://docs.mezzio.dev/mezzio-swoole/v4/async-tasks/#queueing-task-data-for-the-taskeventdispatchlistener), using a…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
```
go(function () {
$config = Config::get…
-
1. Your software version (Screenshot of your startup)
Run inside a docker container of ubuntu:latest
```Dockerfile
FROM ubuntu:latest
ARG WWWUSER=1000
ARG XDEBUG_HOST=host.docker.internal
…
-
// swoole server的reactor数量
'reactor_num' => 2,
// swoole server的worker数量
'worker_num' => 4,
// swoole server的task worker数量
'task_worker_num' …
-
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks!
(Any **non-English** issues will be closed immediately.)
1. Please provide your PHP and…
-
1. What did i do?
```
$this->server->on('task', function ($server, $task) {
var_dump($task); // Works fine here
$mytask = $task; // Normal Assignment
…
-
**Swoole** is an event-driven, asynchronous & concurrent networking communication engine with higher performance written only in C for PHP. Swoole includes components for different purposes: TCP/UDP S…
-
These are to be started in a dedicated TaskWorker. This worker may distribute work to other TaskWorkers.
-
composer require ping/swoole-task提示找不到版本,我到composer源网站也找不到,是不是删了
-
Notice: Undefined property: APIServer::$server in /mnt/winshare/test/myswoole/Dora-RPC-master/src/BackEndServer.php on line 249
Call Stack:
0.0059 235664 1. {main}() /mnt/winshare/test/m…