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

add tcp socket keep alive

上级 c8f8b10c
......@@ -66,6 +66,8 @@ class WechatyIo {
}
log.verbose('WechatyIo', 'initWebSocket() connected with protocol [%s]', ws.protocol)
ws._socket.setKeepAlive(true, 30000)
this.reconnectTimeout = null
ws.send('Wechaty version ' + this.wechaty.version())
}.bind(this))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册