提交 44479d16 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix strange ts error in docker: tsc think setTimtout return number? #66

上级 4dc4e811
...@@ -299,7 +299,7 @@ export class Io { ...@@ -299,7 +299,7 @@ export class Io {
this.reconnectTimer = setTimeout(_ => { this.reconnectTimer = setTimeout(_ => {
this.reconnectTimer = null this.reconnectTimer = null
this.initWebSocket() this.initWebSocket()
}, this.reconnectTimeout) }, this.reconnectTimeout) as any as NodeJS.Timer
} }
private initEventHook() { private initEventHook() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册