From af888de6b32d079920ad1773b506bdfdaa535a98 Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Wed, 10 Apr 2024 18:11:27 +0800 Subject: [PATCH] save --- src/WsClient.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/WsClient.php b/src/WsClient.php index dfbcc44..296cfd1 100644 --- a/src/WsClient.php +++ b/src/WsClient.php @@ -29,12 +29,6 @@ class WsClient /** @var WsClient[] */ protected static array $_wsClients= []; - /** @var int */ - protected static int $_connectTimeout = 30; - - /** @var int */ - protected static int $_requestTimeout = 30; - /** @var AsyncTcpConnection|null ws连接 */ protected ?AsyncTcpConnection $_connection = null;