sen wang

Results 19 comments of sen wang

my whatsapp account 8618976917166,you send a message for me,I use common account not business account,whatsapp version 版本 2.2220.8

> Sadly, no. It still works for me. > > It sounds like somehow there is a problem with the Signal database state. Does re-logging in change anything? Also did...

> 看了这个问题才知道,原来 promise 的 finally 只是不管成功还是失败都会执行而已,而不会永远最后执行😂 > > ```js > new Promise((resolve, reject) => { > resolve(); > }).finally(() => { > console.log('finally1'); > }).then(() => { > console.log('then'); >...

> enableRulesetIds:["ruleset_disable"] did you slove it?

> @amervelic The JSON in your rule set is invalid here > > ``` > { "header":"third":"set","value":"true" } > ``` > > should be > > ``` > { "header":...

> > > enableRulesetIds:["ruleset_disable"] > > > > > > did you slove it? > > yes Can you share the solution? My responseHeaders cannot be removed, thanks very much!

> 在hyperf.php里面打断点试试先,看看能不能停住 可以的,hyperf.php这里能进去的,甚至能走到Application::run()函数里面去,但是再深就没反应了,并非是在等待,而是服务已经启动完成了,所以上图那个sortServers()是不会被监听到的,但是使用sdebug则没有这个问题,昨天我尝试了好几次都是这样,你可以同时运行两种debug,我上面给了IDE的debug方式 ![image](https://github.com/swoole/yasd/assets/38904770/4fe7a51c-8a39-4f77-806a-0f97c55e1caf)