Skip to content

[BUG] msgPack编码格式反序列化符号显示乱码 #538

@yuezeer

Description

@yuezeer

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();
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions