hhniao

Results 20 comments of hhniao

看到这个issue, 应该是可以理解为, 该库某些功能还未完善, 可能某些特殊场景, 会导致不可预知的问题. 这是否应该不符合您设计设个库的初衷?

我想, 您写这个库的本意是, 将laravel的入口, 从 index.php 转为 swoole 监听的端口 xxxx, 以利用swoole的协程, 并发等. 那么也就是应该所有 laravel 开发的, 通过index.php入口能够正常运行的程序, 都应该能 通过 swoole 端口 xxxx 运行.

这本来就是作者放的, 怎么可能给你解决.

那很抱歉, 冤枉你了.

我想问一下, 这个项目是破译微信客户端后写出来的吗?

@PedroPMS that mean "ignore it" is no any problem? i also met some problem.

@PedroPMS do you know how to disable display this message?

it is strange! why not pass test? ClientTest::testCheckRestrictedGrantType i have no anything is modified about this.

> This would be extremely convenient. I have been using `react-slick` while I wait for this to be added. Probably a core component to any UI library @DhruvParikh1 there have...

@thuc201995 this code maby helpful for you. ``` type JwtAuth struct { auth.Auth } func (a JwtAuth) Inspect(token string) (*auth.Account, error) { conf := config.Config() claims, err := Jwt{}.Validation(token, conf.JWT.Secret,...