waleswood

Results 7 comments of waleswood

as @Freeesia said, The way I use the lock temporarily solve the problem, but can't support concurrent

我设想的是这样,纯 JSON 形式的命令,比如我现在用的 ``` JSON { "operate": "delete", "data": { "file_uid": "3323", "file_thumbnai_uid": "3324", "business_id": 1263644100733702144 } } ``` data 对应的 class 为 ``` C# public class DeleteMessage { ///...

> > 我设想的是这样,纯 JSON 形式的命令,比如我现在用的 > > ```json > > { > > "operate": "delete", > > "data": { > > "file_uid": "3323", > > "file_thumbnai_uid": "3324", > > "business_id":...

I met the same question, how do you solve it ?

这玩意儿太重了,而且有漏洞,现在都不让用了~~