Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 libwebsocket 作为客户端与 socketIO 通信。我想通过发送 ping 数据包来保持连接。我知道在协议协商期间我们会得到 ping 间隔和 ping 超时。但我无法在 libwebsocket 上下文中找到它。