Replies: 2 comments
-
|
win11,操作系统及网卡设置已排除,无屏保,无休眠 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
遇到同样问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
每次间隔半小时左右就断连,尽管下方gateway显示正常,需重启gateway才能正常使用,自检结果如下,请问如何处理
结论与建议
问题本质
ClawX 桌面客户端的 WebSocket 连接在空闲一段时间后会断开,这是客户端本身的行为,不是 Gateway 或心跳配置能解决的。
可行的解决方案
ClawX 客户端自动重连(应由 ClawX 应用实现)
ClawX 桌面应用应该在检测到断连时自动重连。目前看来这个机制可能不够健壮。
手动快速恢复(当前可用)
当遇到 RPC timeout: chat.send 时:
在 ClawX 客户端点击 断开连接 → 重新连接
或者直接 重启 ClawX 应用
3. 保持活跃(临时方案)
定期与 ClawX 交互(每 10-15 分钟发送一条消息)
保持 WebSocket 连接活跃
4. 检查 ClawX 更新
可能是已知问题,建议:
检查 ClawX 是否有更新
查看 ClawX 发布说明是否有相关修复
Beta Was this translation helpful? Give feedback.
All reactions