chawson

Results 3 comments of chawson

![image](https://user-images.githubusercontent.com/29857648/144793279-cf0efcd0-8a0d-4b79-bae2-b4d46f531a15.png) 我手动去掉了\r就没有问题了 @i5ting ### 环境信息: - Linux mint 5.13.0-20-generic #20-Ubuntu SMP x86_64 GNU/Linux - nodejs使用的二进制包解压安装的

> 对这个问题有些迷,能给一下具体的情况吗?是在什么样的情况下遇到的这个问题?谢谢 系统版本: Linux Mint 20 内核版本:5.8.0-19-generic #20-Ubuntu 把这个项目clone下来后,按README上的方法配置环境,用wechat-tools工具打开项目会在工具的调试器控制台报$gwx is not defined。 我发现是wcc.exe和wcsc.exe没有可执行权限和版本问题导致的,把 wechat_web_devtools仓库下的这两个文件下载下来替换本项目的这两个文件并添加可执行权限后,就没有报错了。

> @chawson Did your PR fix this issue? Thanks @ConnorChristie The execution of setImmediate was manually stopped in an unreasonable way. ```typescript let timer:any = null ws.on('drain',()=>{ clearTimeout(timer) timer =...