当配置路由后 静态文件全失效 use Webman\Route; Route::any('/{id}', [app\controller\Index::class, 'about'])->name('index.about'); Route::any('/{id}/{lg}', [app\controller\Index::class, 'auth'])->name('index.auth'); 然后...
webman 中websocket如何使用Gateway或者说怎么连接Gateway 想在webman中给websocket客户端发送消息 有实现的方法吗。或者能不能提供一个例子参考一下。...
// 参数验证错误 if ($exception instanceof ValidateException) { return json($exception->getError(), 422); } if($exception instanceof ApiException){ //加以下两行也没有用。响应头还是 te...
webman 异常处理类 的使用方法哪位能给一下 我添加了一个异常类但是调用,好像没有执行我自定义的异常类 求个使用的方法 我现在调用 是这样调的 throw new ApiException("发生错误",100); config/exception.php return [ //'ApiException' => support\exception\ApiException::c...
如何在onmessage中获取WORKER自身的进程ID 由于开了一百多个进程,在生成订单号 时导致了重复想在订单号上加上进程ID这样可以避免。...
新下载的直接php start.php start提示 PHP Fatal error: Uncaught Exception: class \Protocols\JsonNL not exist in /www/server/rpc_service/vendor/workerman/workerman/Worker.php:2272 Stack trace: #0 /www/server/rpc_service/...
Json RPC 里的services如何使用命名空间呢 想实现自动加载功能。但是发现用命名空间后会找不到了。 class Wechat or method doPay not found...
由于需要做微服务需要 监控Json RPC是否开启掉线 现在需要做一个控制台用于监控json RPC服务器的上线离线功能。如何才能获取到服务器的上线下线呢。...
Json RPC如何使用mysql和redis求个例子 比如mysql的如何防止超出链接数呢?或者久了自动断线了,求个例子。 能否自己在start.php里自己定义几个数据库操作函数。然后调用呢?...
SecurityError: The operation is insecure. [attach]836[/attach] [attach]835[/attach] 百度了N久没有找到答案...