泰山

Results 3 issues of 泰山

**描述你的问题(Describe the bug)** 日志看有一个 undefined 的报错: ![image](https://github.com/opensumi/core/assets/25706123/5941926b-33f4-4b21-8a9e-66e945898340) **问题路径(To Reproduce)** 从调用链路上来看,是 @opensumi/textmate-languages 这个包里没有传递 extPath 这个参数 ![image](https://github.com/opensumi/core/assets/25706123/30d0b721-a90c-4582-96e3-9c441bb2fea2)

🐞 bug

**描述你的问题(Describe the bug)** 在 websocket 重连后,有两个长连接,有一定概率前后端不可交互 ![image](https://github.com/opensumi/core/assets/25706123/f7d3c0f2-5664-4313-a8e7-e3a15f087130) 看下下代码,依赖了一个 reconnecting-websocket 包, 直接在创建长连接时就释放 block 了,是不是需要等上一个长连接请求 close 或者 error ![image](https://github.com/opensumi/core/assets/25706123/7d51640d-3e32-47e0-a2e3-097139bc0204) **复现路径(To Reproduce)** 1. 断网到 触发 websocket 重新连接 2. 打开网络 3. 有一定概率前后端不可交互 **预期表现(Expected behavior)**...

🐞 bug

**描述你的问题(Describe the bug)** 初始化 app 后,再调用 app.dipose(), app 实际没有卸载 ![image](https://user-images.githubusercontent.com/25706123/226281659-2bdd1f23-3e2f-4456-826f-927e276a6328.png) **复现路径(To Reproduce)** ``` const app = new ClientApp(appOptions); app.fireOnReload = () => { window.location.reload(); }; app.start(container, 'web'); setTimeout(() => {...

🐞 bug