2 Commits

Author SHA1 Message Date
as2252258 3c3d0a4107 改名 2021-11-18 11:37:13 +08:00
as2252258 f4b137ac91 改名 2021-11-05 15:36:40 +08:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"require": {
"php": ">=8.0",
"ext-json": "*",
"game-worker/kiri-consul": "dev-master",
"game-worker/kiri-consul": "^v1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
+3 -3
View File
@@ -14,9 +14,9 @@ use Kiri\Exception\ConfigException;
use Kiri\Kiri;
use Server\Events\OnBeforeShutdown;
use Server\Events\OnStart;
use Server\SInterface\OnCloseInterface;
use Server\SInterface\OnConnectInterface;
use Server\SInterface\OnReceiveInterface;
use Server\Contract\OnCloseInterface;
use Server\Contract\OnConnectInterface;
use Server\Contract\OnReceiveInterface;
use Swoole\Coroutine;
use Swoole\Coroutine\Channel;
use Swoole\Server;