Commit c5be3a15 authored by 潘栩锋's avatar 潘栩锋 🚴

1. 修复 position 队列因为 io推送时间早于position导致经常清空

parent 977a514b
......@@ -81,7 +81,7 @@ namespace FlyADBase
IStatusPool.RAdd(new DataTimeUnit2() { istatus = istatus, pos = pos, dt = time });
//也添加到 PosPool
AddPos(pos, time);
//AddPos(pos, time);
}
public void AddPos_Default(int pos, DateTime time)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment