Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用带有路由器的 RoundRobinPool 创建了 5 个演员实例。如果我输入相同的 2 条消息,它将分配给 2 个演员实例并开始处理。因此,我遇到了一个错误。所以我想一次将一项任务分配给一个实例。有人可以帮我怎么做吗?
I have a Dictionary<string,int> dictionary1 and I need to convert it into a List<Data> where Data has the properties lable = dictionary1.key a
Dictionary<string,int> dictionary1
List<Data>
Data
lable