caijwei
caijwei
### 问题出在哪个包 @taroify/core ### 问题出在哪个平台/设备/浏览器 微信小程序 ### 平台/设备/浏览器 _No response_ ### 你正在使用的 Taroify 版本是多少 @taroify/[email protected] ### 描述一下您遇到的问题以及重现步骤 在taro3中无法安装,taro3要求react版本react@"^18.0.0" 而taroify/core则限制为 react@"^17.0.2" 如果可以,请修改限制 ➜ app git:(master) ✗ npm i @taroify/core -S --production...
## Before you submit this issue, you has been search all existed issues and search the [documentation](https://hyperf.wiki) - [] I've been search all existed issues - [] I've been read...
可以调试的那种
按照websocket协议,关闭连接时会(可以)有一个code和reason,而hyperf服务器的onclose中如果获取到这个值呢 如果无法获取,我在swoole的配置中看到了这个,似乎可以变相的获取到,但是当我在server.php的settings中增加了这个配置,似乎并不生效,close并没有回调到onmessage里,是hyperf不支持这个配置嘛 https://wiki.swoole.com/zh-cn/#/server/setting?id=open_websocket_close_frame
## Before you submit an issue, please be sure to search through existing issues as well as search through the [documentation](https://hyperf.wiki) - [] I've searched all existing issues - []...
### Current Behavior Restarting APISIX while it is handling continuous requests leads to intermittent 503 Service Unavailable responses. I have prepared a minimal reproducible setup. The file structure looks like...