mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-21 05:40:23 +08:00
11a1e40f0d
lastPullAt 原先直接使用 Date.now(),在时钟偏差或迟到消息场景下 可能导致消息被跳过。现在减去 60 秒重叠窗口,依靠去重机制吸收 重复数据,确保不丢消息。 Made-with: Cursor