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.
我正在根据用户名一一搜索用户,这导致该过程需要 10 多分钟,有 250 个联系人。我还尝试异步发送多个请求,以便一次处理多个记录。但我无法这样做,因为 iOS 的 XMPP 框架似乎一次只允许打开一个连接流。有没有办法批量检查联系人?
I have a List of objects and each object is a another List of objects, so for example, I am passing List<object> cars to one method and I want to get all the properties of on
List<object> cars