nodejs使用net module,如何保持心跳
发布于 9 年前 作者 wenjoy 7472 次浏览 最后一次编辑是 8 年前 来自 问答

哈喽,我在学习websocket相关的东西,在第一次成功握手后,我得到了一个错误:

index.html:65 WebSocket connection to ‘ws://localhost:3000/’ failed: One or more reserved bits are on: reserved1 = 1, reserved2 = 1, reserved3 = 0

经过google一番后,我得到了这个问题的答案:

all you need is to include a heartbeat

于是我转而开始研究怎么用net module来保持心跳,但是google后没有发现相关的有效的资料。 请各位大牛给点提示。谢谢!

回到顶部