111
This commit is contained in:
		| @@ -33,6 +33,8 @@ namespace Check.Main.Common | ||||
|             _slaveId = slaveId; | ||||
|         } | ||||
|  | ||||
|         public bool IsConnected => _tcpClient != null && _tcpClient.Connected;//10.11添加 | ||||
|  | ||||
|         public async Task ConnectAsync() | ||||
|         { | ||||
|             await _tcpClient.ConnectAsync(_ip, _port); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user