workerman
首页
问答
分享
手册
市场
商业
AI客服系统源码
聊天系统源码
Webman AI
物联网
赞助商
webman
搜索
+
发布
提问
分享
webman插件
webman应用
登录
注册
问答
React 的 http-client 按 Workerman 文档里写的发送请求无反应
Client 实例的 end() 后,没有任何反应,但改为使用 React\EventLoop\Factory::create() 获取到的 $loop 再按 react 的文档里调用 $loop->
run
问答
老大 请教下在业务代码中调用命令行 希望增加 类似 tp colsole::call() 和 laravel Artisan::call() 这样的方法
setAutoExit(false); // $application->add(new \app\command\Email); $result = $application->
run
问答
关于windows 版本的workerman的问题
我下载了windows版本的workerman,当通过cmd运行了workmand.bat时,提示Fatal error: Class 'Stackable'
not
found in C:\Users
问答
可以自动require_once文件吗?
我是新手,常遇到class
not
found的错误 其实就是php文件没有去 require_once,我看到autoload里面有类似自动加载的代码,是否可以配置workerman自动加载php文件
问答
实现定时任务功能的时候。找不到继承的class Task extends Man\Core\SocketWorker
报错 Fatal error: Uncaught Error: Class 'Man\Core\SocketWorker'
not
found in C:\robot \workerman-chat\
问答
businesswoker 显示none是什么意思?
The connections between Gateway and BusinessWorker are
not
ready. ``` 求大佬解释啊 我没改businessworker啊
问答
workerman-chat例子 window 环境下测试问题
******* **本地运行一直提示 SendBUfferToWorker fail.The connections betwwen Gateway and BusinessWorker are
not
问答
webman redis队列,不能使用Soap Client吗?
#### 问题描述 使用php webman,windows 环境中使用php windows.php start 启动服务,提示Soap Client
not
found,扩展实际已经开启了.
问答
help!! 安装webman失败,环境如下
[截图](/upload/img/20231013/13652904b1237b.png) #### 报错信息 ``` Could
not
find package workerman/webman
问答
请问一下大神,thinkphp 运行 gateway 出现 GatewayWorker
Not
Support On Windows. 怎么解决?
如题,百度了一下,依然没办法解决,哪位大神可以给个方法?? 最好能详细点,谢谢!!!!!!
问答
client_id undefined is invalid
Events\Select->loop() #9 D:\wamp\www\zbj\chat\GatewayWorker\BusinessWorker.php(96): Workerman\Worker->
run
() #10 D:\wamp\www\zbj\chat\Workerman\Worker.php(422): GatewayWorker\BusinessWorker->
run
() #11 D:\wamp
问答
think-orm读mongo数据webman/log报错
Workerman\Events\Event->loop() #10 /www/vendor/workerman/workerman/Worker.php(1578): Workerman\Worker->
run
webman-framework/src/support/App.php(124): Workerman\Worker::runAll() #17 /www/start.php(4): support\App::
run
问答
webman-admin数据库配置报错
Alternatively, if your code is only ever going to
run
against mysql, you may enable query buffering byAlternatively, if your code is only ever going to
run
against mysql, you may enable query buffering by
问答
Gateway::getSession 有时候会无响应,出现process_timeout:错误
Projects/Game/Game-ServProj/vendor/workerman/gateway-worker/src/BusinessWorker.php(197): Workerman\Worker->
run
Projects/Game/Game-ServProj/vendor/workerman/workerman/Worker.php(1452): GatewayWorker\BusinessWorker->
run
问答
workerman/http-client 经常报错,无规律,找不到原因。
Event->loop() #9 /data/wwwroot/project/vendor/workerman/workerman/Worker.php(1554): Workerman\Worker->
run
/data/wwwroot/project/vendor/topthink/framework/src/think/Console.php(655): think\console\Command->
run
think\console\Input), Object(think\console\Output)) #18 /data/wwwroot/project/think(10): think\Console->
run
问答
二进制打包出来的bin文件,使用 ./webman status 命名出现报错
//data/www/webman/webman.bin/vendor/webman/console/src/Commands/StatusCommand.php(29): support\App::
run
webman.bin/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->
run
ConsoleOutput)) #9 phar:///data/www/webman/webman.bin/webman(45): Symfony\Component\Console\Application->
run
问答
yzh52521\Task 总是报错
runAll() #9 phar:///webman/test/vendor/webman/console/src/Commands/StartCommand.php(29): support\App::
run
webman/test/vendor/symfony/console/Application.php(1014): Symfony\Component\Console\Command\Command->
run
Console\Output\ConsoleOutput)) #14 phar:///webman/test/webman(45): Symfony\Component\Console\Application->
run
分享
webman和php8.3的Dockerfile,支持event扩展
设置环境变量,避免交互式安装提示 ENV DEBIAN_FRONTEND=noninteractive # 如果 /etc/apt/sources.list 文件不存在,则创建它,并替换为阿里云源
RUN
bullseye-updates main contrib non-free" >> /etc/apt/sources.list; \ fi # 强制更新 apt 并设置缓存选项,加快访问速度
RUN
software-properties-common \ gnupg2 \ ca-certificates \ lsb-release \ apt-transport-https
RUN
& \ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 71DAEAAB4AD4CAB6 # 安装系统依赖和 PHP 扩展
RUN
/event-3.1.4.tgz /tmp/event-3.1.4.tgz
RUN
pecl install /tmp/redis-6.0.2.tgz && pecl install /tmp/event
问答
webman 数据库查询报错
'api_news')->get(); } } ``` #### 报错信息 ``` Error: Class 'Illuminate\Database\Capsule\Manager'
not
(131): Workerman\Worker::runAll() #12 E:\desktop\project\sharkcms\webman\start.php(4): support\App::
run
问答
webman怎么配置使用redis?
[截图](//www.workerman.net/upload/20211111/11618cec72d0f2.png) 报错: Class 'Redis'
not
found 目前找不到原因,在线求解
« 上一页
1
...
21
22
23
24
25
26
27
28
...
56
下一页 »
« 上一页
24
下一页 »
赞助商
+成为赞助商
请作者喝咖啡
×
🔝