From 57dbb1e109a3505bfcfc9e23ffbd3e0d63c8d4b9 Mon Sep 17 00:00:00 2001 From: xl Date: Fri, 26 May 2023 18:28:07 +0800 Subject: [PATCH] qqq --- Abstracts/WebSocket.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Abstracts/WebSocket.php b/Abstracts/WebSocket.php index 606907c..859cb80 100644 --- a/Abstracts/WebSocket.php +++ b/Abstracts/WebSocket.php @@ -42,7 +42,6 @@ class WebSocket extends Component implements OnHandshakeInterface, OnMessageInte $this->collector = \Kiri::getDi()->get(DataGrip::class)->get('wss'); $this->handler = $this->collector->query('/', 'GET'); - $config = \Kiri::getDi()->get(ConfigProvider::class); if ($this->handler->implement(OnHandshakeInterface::class)) { $config->modify('server.ports.events.' . Constant::HANDSHAKE, [$this->handler, 'onHandshake']);