【发布时间】:2018-10-19 22:21:55
【问题描述】:
我只想知道socket.io中pingTimeout和PingInterval的默认值是多少?我在文档中读到了以下值:
pingTimeout (Number): how many ms without a pong packet to consider the connection closed (60000)
pingInterval (Number): how many ms before sending a new ping packet (25000).
这些是默认值吗?
【问题讨论】: