Skip to content

Commit f211933

Browse files
committed
fix compilation issue caused by 0.14.1
1 parent 69f27e9 commit f211933

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

src/Apache.IoTDB/DataStructure/SessionDataSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public async Task Close()
131131

132132
try
133133
{
134-
var status = await _client.ServiceClient.closeOperation(req);
134+
var status = await _client.ServiceClient.closeOperationAsync(req);
135135
}
136136
catch (TException e)
137137
{

0 commit comments

Comments
 (0)