From 02f38b0cfef0412ef6ba471b792c88ca82f0d5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 4 Sep 2020 11:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Service/Websocket.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/HttpServer/Service/Websocket.php b/HttpServer/Service/Websocket.php index fc6018b2..d62cf0c7 100644 --- a/HttpServer/Service/Websocket.php +++ b/HttpServer/Service/Websocket.php @@ -4,18 +4,9 @@ namespace HttpServer\Service; -use Exception; use ReflectionException; -use Snowflake\Error\Logger; -use Snowflake\Event; use Snowflake\Exception\NotFindClassException; -use Snowflake\Snowflake; -use Swoole\Http\Request as SRequest; -use Swoole\Http\Response as SResponse; -use Swoole\WebSocket\Frame; -use Swoole\WebSocket\Server; use HttpServer\Service\Abstracts\Websocket as HAWebsocket; -use HttpServer\Route\Annotation\Websocket as AWebsocket; class Websocket extends HAWebsocket {