How can I stop JsonConvert.DeserializeObject(string) from hanging?

后端 未结 0 2029
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-14 00:58

In my code I have the following class for a user who has received a strike:

public class StruckUser
    {
        public string tag;
        public DiscordMember          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题