|
|
@@ -256,8 +256,8 @@ class Events
|
|
|
//Gateway::sendToCurrentClient('{"type":"pong"}');
|
|
|
return;
|
|
|
} else {
|
|
|
- echo "onMessage: " . $message . "\r\n";
|
|
|
- print_r([self::$global->kfList, self::$global->userList, self::$global->uidSimpleList, self::$global->userToKf]);
|
|
|
+ //echo "onMessage: " . $message . "\r\n";
|
|
|
+ //print_r([self::$global->kfList, self::$global->userList, self::$global->uidSimpleList, self::$global->userToKf]);
|
|
|
}
|
|
|
|
|
|
$message = json_decode($message, true);
|