|
|
@@ -2,7 +2,7 @@
|
|
|
ini_set('display_errors', 'on');
|
|
|
error_reporting(E_ALL);
|
|
|
define('WORKERMAN_ROOT_DIR', __DIR__.'/../');
|
|
|
-include '../Applications/GameBuffer.php';
|
|
|
+include '../Applications/Game/GameBuffer.php';
|
|
|
|
|
|
$sock = stream_socket_client("tcp://127.0.0.1:8282");
|
|
|
if(!$sock)exit("can not create sock\n");
|