diff --git a/README.md b/README.md index 5502a88..681db26 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ * 自己写的框架源码github:**[swoole-game](https://github.com/jxy918/swoole-game)** * 自己写的框架使用github:**[swoole-game-framework](https://github.com/jxy918/swoole-game-framework)** +* 基于swoft1.x版本实现swoft-game请查看分支github:**[swoft-game](https://github.com/jxy918/swoft-game/tree/1.x)** ### 一,概述 diff --git a/app/TcpServerListener.php b/app/TcpServerListener.php deleted file mode 100755 index ebfc30a..0000000 --- a/app/TcpServerListener.php +++ /dev/null @@ -1,56 +0,0 @@ -getTarget(); - - var_dump('----------------------------------------'); - -// $this->agent->deregisterService('swoft'); - } -} \ No newline at end of file