我需要判断多个uid是否在线,尝试使用Gateway::isUidOnline轮询查询是否在线很慢,20个uid需要10多秒,这是什么原因呢?代码如下: public function uidOnline($uids) { $memberids = []; if(is_array($uids)){ foreach ($uids as $uid){ if(!Gat...