graceful shutdown kill protocol + double session checking

This commit is contained in:
rfi
2023-11-14 21:12:15 +07:00
parent 726af535e1
commit e850a18d54
4 changed files with 40 additions and 6 deletions

View File

@@ -214,10 +214,10 @@ namespace AscNet.Common.MsgPack
[MessagePackObject(true)]
public partial class ItemList
{
public long Id { get; set; }
public int Id { get; set; }
public long Count { get; set; }
public long BuyTimes { get; set; }
public long TotalBuyTimes { get; set; }
public int BuyTimes { get; set; }
public int TotalBuyTimes { get; set; }
public long LastBuyTime { get; set; }
public long RefreshTime { get; set; }
public long CreateTime { get; set; }