@@ -105,6 +105,7 @@ class Events
Gateway::sendToClient($client_id, json_encode($hello, 256));
unset($hello);
}
+
unset($sayHello);
// 检测是否开启广告
$advertisement = self::$db->query('select * from `ws_advertisement` where `advertisement_status` = 1');