Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
chaz6chez committed Apr 10, 2024
1 parent 703fb70 commit af888de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/WsClient.php
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit af888de

Please sign in to comment.