This commit is contained in:
2021-09-29 16:00:29 +08:00
parent d0505e3c96
commit 666e529b6e
+1 -1
View File
@@ -49,7 +49,7 @@ abstract class ClientAbstracts extends Component implements IClient
private int $port = 80;
private StreamInterface $_data;
private ?StreamInterface $_data = null;
private int $connect_timeout = 1;