client close socket

dev
chengdu 2019-07-13 18:24:11 +08:00
parent d73133267b
commit 9ee6e693fe
1 changed files with 4 additions and 0 deletions

View File

@ -1756,6 +1756,10 @@ public class StorageClient {
return trackerServer.isAvaliable();
}
public void close() throws IOException {
trackerServer.close();
}
/**
* Upload file by file buff
*