idleb

Results 4 comments of idleb

我们当时做了一些改动: 1. 把broadcast返回无效的信道ID时移除用户-信道ID映射,修改为用户重连时移除 2. 添加了定时轮询检测消息完整性,触发客户端重连 现在,跑了一遍测试确实没有当时那么频繁了,但偶尔还是会有,不知道是不是因为多端的问题。 问题应该是在broadcast返回无效的信道ID的时候,客户端websock仍然能够ping通,建议服务端能断开websock来通知客户端重连

I know apiVersion, Maybe I did not explain it more clearly. I had an old version editor with a Myscript Server, then I want to use latest editor in a...

@padewitte Thanks for you help Yes, I want to use other url , not [this](https://github.com/MyScript/MyScriptJS/blob/master/src/recognizer/rest/v3/Cdkv3RestMathRecognizer.js#L83) . Or how can I hook [postMessage](https://github.com/MyScript/MyScriptJS/blob/master/src/recognizer/rest/v3/Cdkv3RestRecognizerUtil.js#L13) mathod. I want to use MyScript-math-web V3 api...

通过append-to-body把Dialog添加到body上显示正常