|
|
@@ -444,12 +444,6 @@ class Events
|
|
|
foreach ($oldService as $tmpcie => $tmpsid) {
|
|
|
$tmpserver = json_decode(self::$redis->hget(self::SERVICELOG, $tmpsid), true);
|
|
|
if (!$tmpserver) {
|
|
|
- echo "无退出11\n";
|
|
|
- continue;
|
|
|
- }
|
|
|
- $useronline = Gateway::isUidOnline($tmpserver['user_id']);
|
|
|
- if (!$useronline) {
|
|
|
- echo "用户不在线退出22\n";
|
|
|
continue;
|
|
|
}
|
|
|
$tmpserver['kf_client_id'] = $clientid;
|
|
|
@@ -1080,7 +1074,6 @@ class Events
|
|
|
//连接至上一个会话
|
|
|
private static function BeginOldTalk($kfuid, $uid, $group, $serviceid = 0, $userInfo = false)
|
|
|
{
|
|
|
- echo "BeginOldTalk " . print_r([$kfuid, $uid, $group, $serviceid, $userInfo], true) . "\n";
|
|
|
|
|
|
$serviceid = intval($serviceid);
|
|
|
$userInfo = json_decode(self::$redis->hget(self::USERINFOKEY, $uid), true);
|