DarrenHou

Results 5 issues of DarrenHou

Before submitting issues ... - 确保你的 App 在[腾讯开放平台](http://open.qq.com/)已审核通过. - 如果是 Android 平台请确保你的apk签名是正确的. - 请确认 demo 已测试通过. - 请先搜索相关的 issues,看是否同样的问题已经有解决方案了. - 发生出现错误码的情况,请前去腾讯开放平台咨询. 当你提交 issues 的时候, 请提供以下信息来帮助开发者更好的修复Bug: - 开发环境: 插件版本, Cordova 版本,...

Error: EPERM: operation not permitted, copyfile '/strapi/node_modules/strapi-admin/ee/admin/containers/Roles/ProtectedListPage/index.js' -> '/strapi/.cache/ee/admin/containers/Roles/ProtectedListPage/index.js'

fix openNotification callback not fire

this.engine.close is not a function. 将源码的 if (this.engine) this.engine.close()改成if (this.engine) this.engine.destroy()之后可以断开连接。但是再次 socket.connect()之后 掉线频率太快。

When i want to use `winax` in worker thread. will throw this error `v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope`. Maybe we don't support use this in worker thread...