-
Notifications
You must be signed in to change notification settings - Fork 618
Open
Description
Tiny RDM Version
What version of Tiny RDM are you using?
v1.2.5
OS Version
Which OS and version you launch? (Mac/Windows/Linux)
windows
Redis Version
Which version of Redis are you using?
Describe the bug
A clear and concise description of what the bug is.
c# 对象编码为msgPack后,界面反序列化显示正常,以队列列表的方式转码后,解析符号会变成乱码,内容正常
Steps to Reproduce:
1.以WaferInfoList 存进去,界面显示正常,用List直接存符号显示乱码
[MessagePackObject(keyAsPropertyName: true)]
public class WaferInfoList : IComponent
{
public List<LotWaferInfo> WaferInfos { get; set; } =new();
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels