wilbur.yu

Results 20 comments of wilbur.yu

> 也可以试试,写一个中间件,放在所有中间件前面,然后 defer 来处理。 > > 就不会存在这些问题了 我按您这个方法试了一下, 也看了您个人仓库 https://github.com/limingxinleo/hyperf-utils 中的DebugDeferMiddleware中间件, 在我项目中没有成功, 上下文获取的 `Psr\Http\Message\ResponseInterface` 的实例方法 `getBody()` 为空, 然后我调整了下, DebugDeferMiddleware.php ```php // 省略不重要部分 public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface {...

@oxygen @jepsonwu @roberthenniger I had the same problem ![image](https://user-images.githubusercontent.com/7148309/79323327-a15bbd80-7f40-11ea-897f-1f282c4a4f32.png)

> What is your install command? Are you upgrading dependencies? I am planning to use your project in Laravel, but there was a dependency conflict when installing the `php-pm/httpkernel-adapter` package....

I don't understand what your mean by the installation command, do you mean composer? Let me talk about my installation process, 1.composer create-project laravel/laravel lv-pm 2.composer require php-pm/php-pm 3.composer require...

@andig I think I found the cause of the dependency conflict, but I have n’t determined which package caused it. Using the --update-with-dependencies option you mentioned in the current directory...

> You could also try `--update-with-all-dependencies`, `symfony/error-handler ^5` is definitely allowed. Yes, I am already doing this. Thanks for your suggestions.

检查了下代码, 也没有重复定义或者重复调用的地方. 该监听我是定义在了一个 ServiceProvider 中. app/Providers/QueryLoggerServiceProvider.php ```php

日志正常记录接收到微信端的转发请求,但是转发给微信的请求没有记录到日志中,每次重启服务后,会正常一段时间,之后就开始断断续续的出现接受不到消息的情况

嗯, 数据量也不是特别大, 18588条吧. 是两个一对一关联表

楼主解决了吗? 我也遇到了相同的问题, 在grid中, 使用modal异步加载了grid, 然后异步加载出来的grid, modal无效, action无效, 自定义action都是无效的