Commit 7f890140 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 BufferSQLite 没有推送Item

parent d6b402b3
......@@ -221,6 +221,7 @@ namespace FLY.OBJComponents.Server
Action = NotifyBufferChangedAction.Add,
EndingID = NewestID,
Count = 1,
Items = new TDb[] { db},
BufferCount = Count,
BufferNewestID = NewestID
});
......@@ -246,6 +247,7 @@ namespace FLY.OBJComponents.Server
Action = NotifyBufferChangedAction.Add,
EndingID = NewestID,
Count = dbs.Count(),
Items = dbs,
BufferCount = Count,
BufferNewestID = NewestID
});
......
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